TextLoadFlags Enumeration |
Namespace: NetQuarry
Member name | Value | Description | |
---|---|---|---|
MainOnly | 1 | Load only text items that are directly related to the object. This means that rows with a child_obj_id will not be loaded. | |
OrderBySubObjectID | 2 | Order the properties by SubObjectID. This allows for more efficient distribution of properties to sub-objects by the parent object. | |
LoadByTypeOnly | 4 | Load by object type ONLY. Used when you want to load all properties for a collection of a type (e.g. page, section) | |
IsProduction | 8 | Load for production. This causes the text items marked as NoProductionLoad to be skipped during load. |
Copyright (c) 2004-2020 NetQuarry, Inc. All rights reserved.