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.6.492
Syntax
SchemaResource RetrieveSchemaLocalization(
	string locale,
	string schemaId
)

Parameters

locale  String
Locale for which to retrieve resources
schemaId  String
Id or name of the schema

Return Value

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