Click or drag to resize

PropertyFilter Enumeration

Namespace:  Articy.Api
Assembly:  PublicApiTypes (in PublicApiTypes.dll) Version: 1.0.0
Syntax
C#
[FlagsAttribute]
public enum PropertyFilter
Members
  Member nameValueDescription
None0 get no properties
Base1 only get properties from the underlying object
Custom2 only get custom properties that were introduced by features
All3 get all available properties
See Also