Click or drag to resize

ISiteContentLocalizationProviderRetrieveSchemaLocalization Method


Retrieves schema localized resources.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
SchemaResource RetrieveSchemaLocalization(
	string locale,
	string schemaId
)

Parameters

locale
Type: SystemString
Locale for which to retrieve resources
schemaId
Type: SystemString
Id or name of the schema

Return Value

Type: SchemaResource
Localized resource for schema in the format of SchemaLocOverride object
See Also