ISiteContentLocalizationProviderUpdateSchemaLocalization Method
|
Updates the localization override document for the specified
schema under the specified language.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxvoid 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 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