VaultApplicationBaseGetStateHandlerDelegateScript 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 GetStateHandlerDelegateScript(
	StateAttributeAttributeType type
)

Parameters

type  StateAttributeAttributeType
The state handler type for which the script is queried for.

Return Value

String
The script as string.

See Also