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