ISiteContentLocalizationProviderRetrieveSchemaLocalization Method
|
Retrieves schema localized resources.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax SchemaResource RetrieveSchemaLocalization(
string locale,
string schemaId
)
Function RetrieveSchemaLocalization (
locale As String,
schemaId As String
) As SchemaResource
SchemaResource^ RetrieveSchemaLocalization(
String^ locale,
String^ schemaId
)
abstract RetrieveSchemaLocalization :
locale : string *
schemaId : string -> SchemaResource
Parameters
- locale
- Type: SystemString
Locale for which to retrieve resources - schemaId
- Type: SystemString
Id or name of the schema
Return Value
Type:
SchemaResourceLocalized resource for schema in the format of SchemaLocOverride object
See Also