This data interface represents a page in Orckestra CMS. This can be used to query pages through a DataConnection. Note that a lot of page related tasks can be done with a SitemapNavigator. And any changes done through this interface and a DataConnection should be done with care.

Namespace: Composite.Data.Types
Assembly: Composite (in Composite.dll) Version: 5.3.6135.33083

Syntax

C#
public interface IPage : IData, IChangeHistory, 
	ICreationHistory, IPublishControlled, IProcessControlled, ILocalizedControlled, IVersioned
Visual Basic
Public Interface IPage _
	Inherits IData, IChangeHistory, ICreationHistory, IPublishControlled,  _
	IProcessControlled, ILocalizedControlled, IVersioned
Visual C++
public interface class IPage : IData, 
	IChangeHistory, ICreationHistory, IPublishControlled, IProcessControlled, ILocalizedControlled, 
	IVersioned

See Also