VaultApplicationBaseIsHandlerDefinedForStateTransition 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 IsHandlerDefinedForStateTransition(
	int stateTransition
)

Parameters

stateTransition  Int32
The id of the state transition whose handlers should be checked.

Return Value

Boolean
True if the specified state transition has handler(s).

See Also