VaultApplicationBaseGetDelegateScriptTemplate Method

Method for reading the VBScript template from the resources.

Definition

Namespace: MFiles.VAF
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
protected virtual string GetDelegateScriptTemplate(
	string templateName
)

Parameters

templateName  String
The VBScript resource name.

Return Value

String
The found VBScript template as string.

See Also