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.492
Syntax
void UpdateSchemaLocalization(
	string localeId,
	string schemaId,
	SchemaResource schemaResource
)

Parameters

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