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
)
Sub UpdateSchemaLocalization (
localeId As String,
schemaId As String,
schemaResource As SchemaResource
)
void UpdateSchemaLocalization(
String^ localeId,
String^ schemaId,
SchemaResource^ schemaResource
)
abstract UpdateSchemaLocalization :
localeId : string *
schemaId : string *
schemaResource : SchemaResource -> unit
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