Click or drag to resize

PropertyLoadFlags Enumeration

Properties.Load modifiers

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum PropertyLoadFlags
Members
  Member nameValueDescription
MainOnly1 Load only properties that are directly related to the object. This means that rows with a child_obj_id will not be loaded.
OrderBySubObjectID2 Order the properties by SubObjectID. This allows for more efficient distribution of properties to sub-objects by the parent object.
LoadByTypeOnly4 Load by object type ONLY. Used when you want to load all properties for a collection of a type (e.g. page, section)
See Also