Click or drag to resize

IManagersHost Interface


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: 10.5.94
Syntax
public interface IManagersHost

The IManagersHost type exposes the following members.

Properties
  NameDescription
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 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 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 propertyTransactions
Gets a generic Transactional Entity to run reduced and other read-only queries.
Public propertyUnmanagedAssetManager
Gets the unmanaged asset manager for handling legacy unmanaged assets on disk
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