Ektron.Cms.Framework.Content.ContentManager
Framework API class for managing Content items withing the CMS. This API can be used for retreiving both Content and Assets,
but for managing assets and retrieving assets specifically, use Ektron.Cms.Framework.Content.AssetManager.
Properties
| ApiMode |
Gets or sets the current API access mode. If set to Admin, the API runs with the permissions of an administrator.
|
| ContentLanguage |
Gets or sets the current content language.
|
| ContentService |
returns an instance of the business objects Content Service.
|
| InPreviewMode |
Gets or sets the current Preview Mode. Returns true if the site is in site preview mode.
|
| RequestInformation |
Gets the current Request Information.
|
| SitePath |
Gets the site path.
|
| UserId |
Gets or sets the currently logged in user ID.
|