| IInfoObjectCollection Properties | 
The IInfoObjectCollection type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | AllowPaging | 
            If true, the paging of the data is allowed (data is loaded in batches).
             | 
|  | CodeNames | 
            Collection of the object code names
             | 
|  | Columns | 
            Columns to get.
             | 
|  | Count | 
            Number of total items in the collection
            (Inherited from ICMSQueryable.) | 
|  | DisplayNames | 
            Collection of the object display names
             | 
|  | DynamicWhereCondition | 
            Dynamic where condition.
             | 
|  | EnforceReadOnlyDataAccess | 
            If true, the read only access to the data is enforced within the transaction.
             | 
|  | FieldsAsObjects | 
            Related objects wrappers
             | 
|  | GUIDs | 
            Collection of the object GUIDs
             | 
|  | CheckLicense | 
            If true, the collection check license when getting data
             | 
|  | IDs | 
            Collection of the object IDs
             | 
|  | IsLastVersion | 
            If true, the document is the last version (retrieved using DocumentHelper.GetDocument).
             | 
|  | IsOffline | 
            Returns true if the given collection is offline (disconnected from the database)
            (Inherited from ICMSQueryable.) | 
|  | ItemInt32 | 
            Integer indexer, gets or sets the value on the specified index
            (Inherited from IIndexable.) | 
|  | ItemString | 
            String indexer, gets or sets the value with the specified name
            (Inherited from INameIndexable.) | 
|  | ItemsAsFields | 
            Fields wrappers
             | 
|  | ItemsHaveNames | 
            Returns true if the items in the collection have names
            (Inherited from INamedEnumerable.) | 
|  | ItemType | 
            Result type
            (Inherited from ITypedCollection.) | 
|  | LoadBinaryData | 
            Gets or sets the value which indicates whether to load binary data into the collections.
             | 
|  | Name | 
            Collection name
             | 
|  | NameColumn | 
            Name column name
             | 
|  | Object | 
            Object instance of the specified type.
             | 
|  | ObjectType | 
            Returns the object type of the objects stored within the collection.
             | 
|  | OrderByColumns | 
            Columns list of SQL order by expression (e.g.: 'UserName, UserID DESC')
             | 
|  | ParentObject | 
            Parent object. Instance of object which contains this collection as it's inner field. 
             | 
|  | SiteID | 
            Site ID to filter the collection to a particular site
             | 
|  | SortNames | 
            Specifies whether the names should be sorted or not
            (Inherited from INamedEnumerable.) | 
|  | SourceData | 
            Source data for the collection
             | 
|  | TopN | 
            Select top N objects.
             | 
|  | TypeInfo | 
            Type info for the collection object.
             | 
|  | UseDefaultCacheDependencies | 
            If true, the collection uses default cache dependencies to flush it's content
             | 
|  | UseObjectTypeCondition | 
            If true, the collection uses the type condition to get the data
             | 
|  | Where | 
            Where condition.
             | 
 See Also
See Also