VaultApplicationBaseIsHandlerDefinedForProperty Method

Checks if the 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 IsHandlerDefinedForProperty(
	int propertyDef,
	PropertyAttributeAttributeType type
)

Parameters

propertyDef  Int32
The id of the property whose handlers should be checked.
type  PropertyAttributeAttributeType
The handler type to check.

Return Value

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

See Also