VaultApplicationBaseIsHandlerDefinedForState Method

Checks if the state has handler(s) of the given type.

Definition

Namespace: MFiles.VAF
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
protected virtual bool IsHandlerDefinedForState(
	int state,
	StateAttributeAttributeType type
)

Parameters

state  Int32
The id of the state whose handlers should be checked.
type  StateAttributeAttributeType
The handler type to check.

Return Value

Boolean
True if the specified state has handler(s) of the defined type.

See Also