VaultApplicationBaseIsGeneratedAutomatically Method

Checks if the given script is generated automatically. This is decided by the existence of a line with certain content.

Definition

Namespace: MFiles.VAF
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
protected virtual bool IsGeneratedAutomatically(
	string script
)

Parameters

script  String
The script to check.

Return Value

Boolean
True if the script is decided to be automatically generated.

See Also