Click or drag to resize

SystemOptionsServicesGetAllCustomTabs Method


Retrieves all available Custom Tabs information. Custom Tabs are custom application modules with user interface exposed as a Tab on the Ingeniux CMS site client.

Namespace:  IngeniuxCMService
Assembly:  IngeniuxCMService (in IngeniuxCMService.dll) Version: 10.3.169
Syntax
public XHRServiceResponseGeneric<UniqueObject[]> GetAllCustomTabs()

Return Value

Type: XHRServiceResponseGenericUniqueObject

Array of Custom Tabs information

Examples
Sample JSON return
JavaScript
{
    "code": 0,
    "error": null,
    "message": [{
        "name": "Analytics",
        "id": "CustomTabSettings\/1"
    }]
}
See Also