VaultApplicationBaseIsGeneratedAutomatically Method
Checks if the given script is generated automatically. This is decided by the existence of a line with certain content.
Namespace: MFiles.VAFAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
protected virtual bool IsGeneratedAutomatically(
string script
)
- script String
- The script to check.
BooleanTrue if the script is decided to be automatically generated.