Click or drag to resize

ISiteContentLocalizationProviderRetrieveLocalizationStats Method


Retrieves the SiteContentLocalizationStats for a given language.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
SiteContentLocalizationStats RetrieveLocalizationStats(
	string locale,
	string[] validSchemaIds,
	string[] validPCRIds,
	string[] validWorkflowStateIds,
	string[] validWorkflowDefIds
)

Parameters

locale
Type: SystemString
The language to get SiteContentLocalizationStats for.
validSchemaIds
Type: SystemString
A list of valid schema IDs for the SiteContentLocalizationStats
validPCRIds
Type: SystemString
A list of valid Page Creation Rule IDs for the SiteContentLocalizationStats
validWorkflowStateIds
Type: SystemString
A list of valid Workflow State IDs for the SiteContentLocalizationStats
validWorkflowDefIds
Type: SystemString
A list of valid Workflow Definition IDs for the SiteContentLocalizationStats

Return Value

Type: SiteContentLocalizationStats
A new SiteContentLocalizationStats object
See Also