Classes
| Class | Description | |
|---|---|---|
| PageInsertPosition |
Contains awailable page insertion positions
| |
| VersionedDataHelper |
This class should be used in every versioning package to register it's naming and detecting of live versions
| |
| VersionedDataHelperContract |
Contract for defining IVersioned extra methods and helper functions
| |
| VersionedExtraProperties |
Represents Extra fields that a Versioning package needs to insert to the publication overview
| |
| VersionedExtraPropertiesColumnInfo |
Represents column title and tooltip for the Extra fields that a Versioning package needs to insert to the publication overview
|
Interfaces
| Interface | Description | |
|---|---|---|
| IImageFile |
This data interface represents a image media file in Orckestra CMS. This can be used to query images through a DataConnection.
| |
| IMediaFile |
This data interface represents a media file in Orckestra CMS. This can be used to query media through a DataConnection.
| |
| IMediaFileFolder |
This data interface represents a media folder in Orckestra CMS. This can be used to query media folders through a DataConnection.
| |
| IPage |
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.
| |
| IUser |
This data interface represents a administrative user in Orckestra CMS. This can be used to query users through a DataConnection.
| |
| IUserFormLogin |
Contains information about console user's password and login status (whether it is locked)
| |
| IUserGroup |
This data interface represents a user group in Orckestra CMS. This can be used to query user groups through a DataConnection.
| |
| IUserPasswordHistory |
Contains information about a password previously used by a user.
| |
| IUserUserGroupRelation |
This data interface represents a user relation to a user group in Orckestra CMS. This can be used to query user group members through a DataConnection.
| |
| IVersioned |
Represents a data type that supports multiple versions of the same data item
|