ISiteContentLocalizationProviderSchemaOverridesDocument Method
|
Retrieves the
Schemas localization override document
for the specified language. If the document doesn't exist yet, it is created.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax SchemaOverridesDocument SchemaOverridesDocument(
string locale
)
Function SchemaOverridesDocument (
locale As String
) As SchemaOverridesDocument
SchemaOverridesDocument^ SchemaOverridesDocument(
String^ locale
)
abstract SchemaOverridesDocument :
locale : string -> SchemaOverridesDocument
Parameters
- locale
- Type: SystemString
The language for which to retrieve the localization document
Return Value
Type:
SchemaOverridesDocumentLocalization document of the specific language for
Schemas.
See Also