Click or drag to resize
TreeNodeCollectionSettings Class
Collection settings for Document collection
Inheritance Hierarchy
SystemObject
  CMS.DataEngineBaseCollectionSettings
    CMS.DocumentEngineTreeNodeCollectionSettings

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax
C#
public class TreeNodeCollectionSettings : BaseCollectionSettings

The TreeNodeCollectionSettings type exposes the following members.

Constructors
  NameDescription
Public methodTreeNodeCollectionSettings
Constructor
Top
Properties
  NameDescription
Public propertyAliasPath
Alias path
Public propertyClassName
Class name
Public propertyClassNames
Class names of the documents to get
Public propertyColumns
Columns to get from database
(Inherited from BaseCollectionSettings.)
Public propertyCombineWithDefaultCulture
Combine the documents with default culture
Public propertyCultureCode
Culture code
Public propertyDynamicWhere
Dynamic where condition
(Inherited from BaseCollectionSettings.)
Public propertyIndex
Index of the collection in repository
(Inherited from BaseCollectionSettings.)
Public propertyLowerName
Lower name of the collection for indexation
Public propertyMaxRelativeLevel
Maximum relative level
Public propertyName
Name of the collection
(Inherited from BaseCollectionSettings.)
Public propertyNameColumn
Name column
(Inherited from BaseCollectionSettings.)
Public propertyNiceName
Nice name of the collection
(Inherited from BaseCollectionSettings.)
Protected propertyObjectTypeInternal
Object type
(Overrides BaseCollectionSettingsObjectTypeInternal.)
Public propertyOrderBy
Order by clause
(Inherited from BaseCollectionSettings.)
Public propertySelectAllData
Indicates if coupled data should be included
Public propertySelectOnlyPublished
Select only published documents
Public propertySiteID
Site ID
(Inherited from BaseCollectionSettings.)
Public propertyTopN
Top N items to get
(Inherited from BaseCollectionSettings.)
Public propertyWhereCondition
Where condition.
(Inherited from BaseCollectionSettings.)
Top
See Also