ISiteContentLocalizationProviderRetrieveSchemaLocalization Method
|
Retrieves schema localized resources.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxSchemaResource 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 String
- Locale for which to retrieve resources
- schemaId String
- Id or name of the schema
Return Value
SchemaResourceLocalized resource for schema in the format of SchemaLocOverride object
See Also