Click or drag to resize

ISiteContentLocalizationProvider Methods


The ISiteContentLocalizationProvider type exposes the following members.

Methods
  Name Description
Public method DeepCloneT, TManager Duplicates an object instance, not including its unique ID.
(Inherited from ITransactionalEntity)
Public method PCROverridesDocument Retrieves the Page Creation Rules localization override document for the specified language. If the document doesn't exist yet, it is created.
Public method 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)
Public method RetrieveLocalizationStats Retrieves the SiteContentLocalizationStats for a given language.
Public method RetrievePCRName(String, IPageCreationRule) Retrieves a page creation rule's localized name.
Public method RetrievePCRName(String, String) Retrieves a page creation rule's localized name.
Public method RetrieveSchemaLocalization Retrieves schema localized resources.
Public method RetrieveWorkflowDefintionLocalization Retrieves workflow definition in WorkflowDefinitionOverride format.
Public method RetrieveWorkflowStateLocalization Retrieves workflow state name and description.
Public method RetrieveWorkflowTransitionLocalization Retrieves the workflow transition name and description with the provided workflow definition ID and transition ID.
Public method SchemaOverridesDocument Retrieves the Schemas localization override document for the specified language. If the document doesn't exist yet, it is created.
Public method UpdatePCRLocalization Updates the localization override document for the specified Page Creation Rule under the specified language.
Public method UpdateSchemaLocalization Updates the localization override document for the specified schema under the specified language.
Public method UpdateWorkflowDefinitionLocalization Updates the localization override document for the specified Workflow Definition under the specified language.
Public method UpdateWorkflowStateLocalization Updates the localization override document for the specified Workflow State under the specified language.
Public method UpdateWorkflowTransitionLocalization Updates the localization override document for the specified Workflow Transition under the specified language.
Public method 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.
Top
See Also