VaultApplicationBaseGetPropertyHandlerDelegateScript Method

Method for retrieving the VBScript delegation code for the certain state.

Definition

Namespace: MFiles.VAF
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
protected virtual string GetPropertyHandlerDelegateScript(
	PropertyAttributeAttributeType type
)

Parameters

type  PropertyAttributeAttributeType
The property handler type for which the script is queried for.

Return Value

String
The script as string.

See Also