Click or drag to resize

ISiteContentLocalizationProviderUpdateSchemaLocalization Method


Updates the localization override document for the specified schema under the specified language.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
void UpdateSchemaLocalization(
	string localeId,
	string schemaId,
	SchemaResource schemaResource
)

Parameters

localeId
Type: SystemString
The ID of the language to update the schema's localization for.
schemaId
Type: SystemString
The ID of the schema whose localization to update.
schemaResource
Type: SchemaResource
The resource to use to update the schema's localization override document.
See Also