Interfaces
| Interface | Description | |
|---|---|---|
| IMediaFile |
This data interface represents a media file in Composite C1. This can be used to query media through a DataConnection.
| |
| IMediaFileFolder |
This data interface represents a media folder in Composite C1. This can be used to query media folders through a DataConnection.
| |
| IPage |
This data interface represents a page in Composite C1. 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 Composite C1. This can be used to query users through a DataConnection.
| |
| IUserGroup |
This data interface represents a user group in Composite C1. This can be used to query user groups through a DataConnection.
| |
| IUserUserGroupRelation |
This data interface represents a user relation to a user group in Composite C1. This can be used to query user group members through a DataConnection.
|