Click or drag to resize
CMSSiteDataContext Properties

The CMSSiteDataContext type exposes the following members.

Properties
  NameDescription
Public propertyColumnNames
Available column names.
(Inherited from AbstractDataContainer<ParentObjectType>.)
Public propertyDocuments
Gets the collection of all documents on the site
(Inherited from CMSDataContextBase<ParentType>.)
Public propertyIsCachedObject
If true, the object is cached within the system for later use
(Inherited from CMSDataContextBase<ParentType>.)
Public propertyIsDisconnected
Returns true if this object is disconnected from the database
(Inherited from CMSDataContextBase<ParentType>.)
Public propertyItem
Gets the value of particular property
(Inherited from AbstractHierarchicalObject<TObject>.)
Public propertyProperties
Properties available through the context.
(Inherited from AbstractHierarchicalObject<TObject>.)
Protected propertyPropertyList
Used property list
(Inherited from AbstractHierarchicalObject<TObject>.)
Protected propertyRegisteredColumns
Registered Columns
(Inherited from AbstractSimpleDataContainer<TObject>.)
Protected propertyRegisteredColumnsObject
Registered Columns object
(Inherited from AbstractSimpleDataContainer<TObject>.)
Protected propertyRegisteredProperties
Registered properties
(Inherited from AbstractHierarchicalObject<TObject>.)
Protected propertyRegisteredPropertiesObject
Registered properties object
(Inherited from AbstractHierarchicalObject<TObject>.)
Public propertyRootDocument
Gets the root document of current site.
(Inherited from CMSDataContextBase<ParentType>.)
Public propertySettings
Gets the object encapsulating all the settings categories with its setting.
(Inherited from CMSDataContextBase<ParentType>.)
Public propertySiteName
Context site name.
(Inherited from CMSDataContextBase<ParentType>.)
Public propertySiteObjects
Returns the list of all site objects (entry point to site objects).
(Inherited from CMSDataContextBase<ParentType>.)
Protected propertyUseLocalColumns
If true, the object uses local columns
(Inherited from AbstractSimpleDataContainer<TObject>.)
Protected propertyUseLocalProperties
If true, the object uses local properties
(Inherited from AbstractHierarchicalObject<TObject>.)
Top
See Also