SystemOptionsServicesGetAllCustomTabs Method Ingeniux CMS Web Services API

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: 9.0.565.0 (9.0.565)
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

Reference