MFEventFilterOptions Enumeration

Flags that allow further filtering of event handler delegation.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public enum MFEventFilterOptions

Members

None 0 No filtering.
IgnoreTemplates 1 Filter out template object.
IgnoreRecords 2 Filter out objects that are marked as records.
Template 4 Accept only objects that are template objects.
Record 8 Accept only objects that are marked as record objects.

See Also