VaultApplicationBaseGetPropertyHandlerDelegateScript 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 GetPropertyHandlerDelegateScript(
PropertyAttributeAttributeType type
)
Protected Overridable Function GetPropertyHandlerDelegateScript (
type As PropertyAttributeAttributeType
) As String
protected:
virtual String^ GetPropertyHandlerDelegateScript(
PropertyAttributeAttributeType type
)
Parameters
- type
- Type: MFiles.VAF.CommonPropertyAttributeAttributeType
The property handler type for which the script is queried for.
Return Value
Type:
StringThe script as string.
See Also