GetListItems() result columns
Each item that the GetListItems() method returns a number of columns: BaseColumns, IncludeAllowedActionColumns and IncludeRelativeWebDavUrlColumn.
The columns returned are the columns specified in the following properties of the filter object:
BaseColumnsis a property which you can modify.IncludeAllowedActionColumnsis a Boolean that specifies whether to include or exclude allowed action columns in the result.IncludeRelativeWebDavUrlColumnis a Boolean that specifies whether to include or exclude the relative WebDAV URL of the items in the results.
The BaseColumns property offers a number of simple values to retrieve the most commonly requested sets of item properties:
Id- Retrieves only the ID (that is, the Content Manager URI) of each item.
IdAndTitle- Retrieves the ID and title of each item.
Default-
(default value if BaseColumns is left unspecified) Retrieves the following properties of each item:
IdThe ID (that is, the Content Manager URI) of the item TitleThe title of the item TypeThe type of the item, represented as an integer ModifiedA timestamp indicating the moment when the item was last modified IsNewA boolean that indicates whether item is new or not FromPubA label indicating the originating Publication of the item, or the (translated) text "local copy". This property is used by the Content Manager Explorer GUI. URLThe WebDAV URL of the item MIMETypeThe MIME type of the item IconThis property is used by the Content Manager Explorer GUI only, you can ignore it. SchemaIdIf this is a Component, the ID (that is, the Content Manager URI) of the Schema on which this Component is based Extended-
Retrieves all the properties listed under the value
Default, and in addition, the following properties:DescriptionA description of the Schema, Target Group, Category or Keyword. IsPublishedA boolean that indicates whether the item has been published to any destination or not IsSharedA boolean that indicates whether the item is shared from another Publication, that is, whether it has been created in a parent Publication, or not IsLocalizedA boolean that indicates whether the item has been localized from another Publication, that is, whether it has been created in a parent Publication and subsequently been localized in this Publication, or not LockAn integer that indicates which type of lock, if any, is applied to this item TrusteeThe Content Manager URI of the user who locks this item, if any SubTypeThe subtype of this item. This property applies to Schemas, where it indicates the purpose of the Schema, or to Template Building Blocks, where it indicates the type of template (Dreamweaver, C#, .NET assembly, or a custom template type). FileExtFor Multimedia Components, the file extension of the binary file contained in the Multimedia Component