IManagersHost Interface Ingeniux CMS Content Store API

Represents collection of all user-specific, session-specific, and publically available Manager objects.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

public interface IManagersHost

The IManagersHost type exposes the following members.

Properties

  NameDescription
Public propertyAssetSecurityManager
Gets the manager of asset permissions.
Public propertyGlobalExports
Gets the definition of exports that will be included as attributes in every link and navigation entry.
Public propertyGlobalVariables
Gets the collection of global variables.
Public propertyLingualMappingManager
Public propertyLocalesManager
Gets the manager of built-in locales and custom locales.
Public propertyLoggingManager
Gets the manager of publishing logs and replication logs
Public propertyMobileDeviceManager
Gets the manager of device bundles for mobile preview emulation.
Public propertyPageCreationRulesManager
Gets the manager of page creation rules.
Public propertyPCRDescriptorsManager
Gets the manager of site tree PCRs.
Public propertyPresentationsManager
Gets the presentations manager for managing presentation content units.
Public propertyPublishingManager
Gets the manager of publishing targets and publishing profiles
Public propertyReferencesManager
Gets the manager of references between pages.
Public propertySchemasManager
Gets the manager of schemas.
Public propertySecurityDescriptorsManager
Gets the manager of site tree security.
Public propertySettings
Gets the CMS settings collection.
Public propertySite
Gets the manager of pages, page versions, and pages tree structure.
Public propertySiteContentLocalizationProvider
Gets the manager of translations of page creation rules, schemas, workstates and workflow definitions.
Public propertySiteMap
Gets the manager of branding types like sites and user agents
Public propertyTaxonomyManager
Gets the manager of category nodes as well as their structure.
Public propertyUserManager
Public propertyWorkflowAdministrator
Gets the manager of workflow definitions, workstates, and workflows
Top
Remarks

Instance of each manager is only created once and is available for free afterwards.
See Also

Reference