Retrieves the list of all global available custom tabs. These tabs will show in "Apps" pane on Ingeniux CMS Client UI.
Namespace: IngeniuxCMService
Assembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 9.0.565.0 (9.0.565)
Syntax
Return Value
Type: XHRServiceResponseGenericCustomTabInformationThe array of Custom tabs information entries
Examples
JavaScript
{ "code": 0, "error": null, "message": [{ "name": "Analytics", "id": "CustomTabSettings\/1", "allowPinning": false, "appendPageId": true, "autoSelect": false, "icon": "http:\/\/[your site]\/images\/icons\/default\/analytic16.png", "isGlobal": true, "resourceId": null, "show": false, "url": "http:\/\/[your site]\/analytics\/default.aspx" }] }
See Also