Click or drag to resize

GlobalConfigurationsServicesGetGlobalCustomTabs Method


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: 10.3.169
Syntax
public XHRServiceResponseGeneric<CustomTabInformation[]> GetGlobalCustomTabs()

Return Value

Type: XHRServiceResponseGenericCustomTabInformation

The 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