VaultApplicationBaseIsGeneratedAutomatically Method |
Checks if the given script is generated automatically. This is decided by the existence of a line with certain content.
Namespace:
MFiles.VAF
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxprotected virtual bool IsGeneratedAutomatically(
string script
)
Protected Overridable Function IsGeneratedAutomatically (
script As String
) As Boolean
protected:
virtual bool IsGeneratedAutomatically(
String^ script
)
Parameters
- script
- Type: SystemString
The script to check.
Return Value
Type:
BooleanTrue if the script is decided to be automatically generated.
See Also