SiteDefinitionsLocalizationServicesSaveAssetSchema Method |
Namespace: IngeniuxCMService
public XHRServiceResponseGeneric<SchemaLocalizationSaveResult> SaveAssetSchema( SchemaLocalizationSaveInput data )
Localization of Schema, including Schema friendly name and localization of all its fields
{ "data": { "id": "Details", "metaData": "Details", "name": "细节", "description": "", "Members": [{ "ID": "Title", "Label": "标题", "HelpText": "" }, { "ID": "BodyCopy", "Label": "内容", "HelpText": "" }, { "ID": "SiteControl", "Label": "网站通用内容", "HelpText": "指向通用内容部件" }, { "ID": "AncestorNavigation", "Label": "祖先导航", "HelpText": "列出所有网页的祖先" }], "subType": "page" } }
Object containing Schema's localized name and all of the localized help text for its fields
{ "code": 0, "error": null, "message": { "newName": "细节", "save": true, "helpText": [{ "Key": "Title", "Value": "" }, { "Key": "BodyCopy", "Value": "" }, { "Key": "SiteControl", "Value": "指向通用内容部件" }, { "Key": "AncestorNavigation", "Value": "列出所有网页的祖先" }] } }
English or English translation is allowed. This allows to change descriptive text only without touching original Schema