TreeNodeCollectionSettings MembersKentico 8.1 API Reference
The TreeNodeCollectionSettings type exposes the following members.
Constructors

  NameDescription
Public methodTreeNodeCollectionSettings
Back to Top
Methods

  NameDescription
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
Extension Methods

  NameDescription
Public Extension MethodAsValue
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.)
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Back to 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.)
Public propertyOrderBy
Order by clause
(Inherited from BaseCollectionSettings.)
Public propertySelectAllData
Indicates if coupled data should be included
Public propertySelectOnlyPublished
Select only published documents
Public propertySiteName
Site name
Public propertyTopN
Top N items to get
(Inherited from BaseCollectionSettings.)
Public propertyWhere
Where condition
(Inherited from BaseCollectionSettings.)
Back to Top
See Also