Provides functionality to translate schemas, page creation rules, workflow definitions, and workflow states for specific user-interface languages.
Inheritance Hierarchy
CMSServicesBase
CMSContentServiceBase
IngeniuxCMServiceSiteDefinitionsLocalizationServices
Namespace: IngeniuxCMService
Assembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 9.0.565.0 (9.0.565)
Syntax
[ServiceBehaviorAttribute(IncludeExceptionDetailInFaults = true)] [AspNetCompatibilityRequirementsAttribute(RequirementsMode = AspNetCompatibilityRequirementsMode.Allowed)] public class SiteDefinitionsLocalizationServices : CMSContentServiceBase
The SiteDefinitionsLocalizationServices type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | SiteDefinitionsLocalizationServices |
Methods
Name | Description | |
---|---|---|
![]() | GetComponentSchemas |
Retrieves localization on all Component Schemas of the site. The name on each entry is localized name if localization exists
|
![]() | GetLocalizationStats |
Retrieves the summary of Site Definitions Localization on the Ingeniux CMS site
|
![]() | GetPageSchemas |
Retrieves localization on all Page Schemas of the site. The name on each entry is localized name if localization exists
|
![]() | GetPCR |
Retrieves a single Page Creation Rule's localization
|
![]() | GetPCRs |
Retrieves localization on all Page Creation Rules on the site. The name of each entry is localized name if localization exists
|
![]() | GetSchema |
Retrieves a single Schema's localization
|
![]() | GetWorkflowDefinition |
Retrieves a single Workflow Definition's Localization
|
![]() | GetWorkflowDefinitions |
Retrieves all Workflow Definitions on the site. The name of each entry is localized name if localization exists
|
![]() | GetWorkstate |
Retrieves a single Workstate's localization
|
![]() | GetWorkstates |
Retrieves all Workstates on the site. The name of each entry is localized name if localization exists
|
![]() | SavePCR |
Saves the localization of a single Page Creation Rule
|
![]() | SaveSchema |
Saves the localization of given Schema
|
![]() | SaveWorkflowDefinition |
Saves the localization for a single Workflow Definition. If localization didn't exist before for the Definition, a new entry will be created.
|
![]() | SaveWorkstate |
Saves the localization for a single Workstate
|
See Also