Click or drag to resize

SiteDefinitionsLocalizationServices Class


Provides functionality to translate schemas, page creation rules, workflow definitions, and workflow states for specific user-interface languages.
Inheritance Hierarchy
SystemObject
  CMSServicesBase
    CMSContentServiceBase
      IngeniuxCMServiceSiteDefinitionsLocalizationServices

Namespace: IngeniuxCMService
Assembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 10.6.492
Syntax
[ServiceBehaviorAttribute(IncludeExceptionDetailInFaults = true)]
[AspNetCompatibilityRequirementsAttribute(RequirementsMode = AspNetCompatibilityRequirementsMode.Allowed)]
public class SiteDefinitionsLocalizationServices : CMSContentServiceBase

The SiteDefinitionsLocalizationServices type exposes the following members.

Constructors
 NameDescription
Public methodSiteDefinitionsLocalizationServicesInitializes a new instance of the SiteDefinitionsLocalizationServices class
Top
Methods
 NameDescription
Public methodGetAssetSchema Retrieves a single Asset Schema's localization
Public methodGetAssetSchemas Retrieves localization on all Asset Schemas of the site. The name on each entry is localized name if localization exists
Public methodGetComponentSchemas Retrieves localization on all Component Schemas of the site. The name on each entry is localized name if localization exists
Public methodGetLocalizationStats Retrieves the summary of Site Definitions Localization on the Ingeniux CMS site
Public methodGetPageSchemas Retrieves localization on all Page Schemas of the site. The name on each entry is localized name if localization exists
Public methodGetPCR Retrieves a single Page Creation Rule's localization
Public methodGetPCRs Retrieves localization on all Page Creation Rules on the site. The name of each entry is localized name if localization exists
Public methodGetSchema Retrieves a single Schema's localization
Public methodGetWorkflowDefinition Retrieves a single Workflow Definition's Localization
Public methodGetWorkflowDefinitions Retrieves all Workflow Definitions on the site. The name of each entry is localized name if localization exists
Public methodGetWorkstate Retrieves a single Workstate's localization
Public methodGetWorkstates Retrieves all Workstates on the site. The name of each entry is localized name if localization exists
Public methodSaveAssetSchema Saves the localization of given Schema
Public methodSavePCR Saves the localization of a single Page Creation Rule
Public methodSaveSchema Saves the localization of given Schema
Public methodSaveWorkflowDefinition Saves the localization for a single Workflow Definition. If localization didn't exist before for the Definition, a new entry will be created.
Public methodSaveWorkstate Saves the localization for a single Workstate
Top
See Also