VaultApplicationBaseIsHandlerDefinedForState Method
Checks if the state has handler(s) of the given type.
Namespace: MFiles.VAFAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
protected virtual bool IsHandlerDefinedForState(
int state,
StateAttributeAttributeType type
)
- state Int32
- The id of the state whose handlers should be checked.
- type StateAttributeAttributeType
- The handler type to check.
BooleanTrue if the specified state has handler(s) of the defined type.