ISiteContentLocalizationProvider Interface |
Represents the Manager object that provides functionalities to manage translations of Schemas, Page Creation Rules, Workflow Defintions and States, into various languages for display on the user interfaces of Ingeniux CMS client.
The translated Schemas will replace the original field label and help text on Edit Form of a Page.
The translated Page Creation Rules will override the Page Creation Rule selection dialog's rule names.
The translated Workflow Definitions and Work States will change the labels of Workflow advancement dialogs.
Namespace: Ingeniux.CMS
The ISiteContentLocalizationProvider type exposes the following members.
Name | Description | |
---|---|---|
ContentStore |
Gets the Content Store.
(Inherited from ITransactionalEntity.) | |
CurrentUser |
Gets the Operating User for the Session .
(Inherited from ITransactionalEntity.) | |
Session |
Gets the User Session that this manager instance was initiated from.
(Inherited from ITransactionalEntity.) |
Name | Description | |
---|---|---|
DeepCloneT, TManager |
Duplicates an object instance, not including its unique ID.
(Inherited from ITransactionalEntity.) | |
PCROverridesDocument |
Retrieves the Page Creation Rules localization override document
for the specified language. If the document doesn't exist yet, it is created.
| |
QuickWrite |
Creates a temporary Write Session to quickly write something outside the current Session and transaction.
This is a way to bypass the transaction and quickly put something into the content store.
(Inherited from ITransactionalEntity.) | |
RetrieveLocalizationStats | ||
RetrievePCRName(String, IPageCreationRule) |
Retrieves page creation rule localized name.
| |
RetrievePCRName(String, String) |
Retrieves page creation rule localized name.
| |
RetrieveSchemaLocalization |
Retrieves schema localized resources.
| |
RetrieveWorkflowDefintionLocalization |
Retrieves workflow definition in WorkflowDefinitionOverride format.
| |
RetrieveWorkflowStateLocalization |
Retrieves workflow state name and description.
| |
RetrieveWorkflowTransitionLocalization |
Retrieves the workflow transition name and description with the provided workflow definition ID and transition ID.
| |
SchemaOverridesDocument |
Retrieves the Schemas localization override document
for the specified language. If the document doesn't exist yet, it is created.
| |
UpdatePCRLocalization | ||
UpdateSchemaLocalization | ||
UpdateWorkflowDefinitionLocalization | ||
UpdateWorkflowStateLocalization | ||
UpdateWorkflowTransitionLocalization | ||
WorkflowOverridesDocument |
Retrieves the Workflow Defintions and Work States localization override document for the specified language. If the document doesn't exist yet, it is created.
|