VaultApplicationBaseGetStateHandlerDelegateScript Method |
Method for retrieving the VBScript delegation code for the certain state.
Namespace:
MFiles.VAF
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxprotected virtual string GetStateHandlerDelegateScript(
StateAttributeAttributeType type
)
Protected Overridable Function GetStateHandlerDelegateScript (
type As StateAttributeAttributeType
) As String
protected:
virtual String^ GetStateHandlerDelegateScript(
StateAttributeAttributeType type
)
Parameters
- type
- Type: MFiles.VAF.CommonStateAttributeAttributeType
The state handler type for which the script is queried for.
Return Value
Type:
StringThe script as string.
See Also