Click or drag to resize

ISiteContentLocalizationProvider Methods


The ISiteContentLocalizationProvider type exposes the following members.

Methods
  NameDescription
Public methodDeepCloneT, TManager
Duplicates an object instance, not including its unique ID.
(Inherited from ITransactionalEntity.)
Public methodPCROverridesDocument
Retrieves the Page Creation Rules localization override document for the specified language. If the document doesn't exist yet, it is created.
Public methodQuickWrite
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 methodRetrieveLocalizationStats
Public methodRetrievePCRName(String, IPageCreationRule)
Retrieves page creation rule localized name.
Public methodRetrievePCRName(String, String)
Retrieves page creation rule localized name.
Public methodRetrieveSchemaLocalization
Retrieves schema localized resources.
Public methodRetrieveWorkflowDefintionLocalization
Retrieves workflow definition in WorkflowDefinitionOverride format.
Public methodRetrieveWorkflowStateLocalization
Retrieves workflow state name and description.
Public methodRetrieveWorkflowTransitionLocalization
Retrieves the workflow transition name and description with the provided workflow definition ID and transition ID.
Public methodSchemaOverridesDocument
Retrieves the Schemas localization override document for the specified language. If the document doesn't exist yet, it is created.
Public methodUpdatePCRLocalization
Public methodUpdateSchemaLocalization
Public methodUpdateWorkflowDefinitionLocalization
Public methodUpdateWorkflowStateLocalization
Public methodUpdateWorkflowTransitionLocalization
Public methodWorkflowOverridesDocument
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