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
Return Value
Type: XHRServiceResponseGenericUniqueObjectArray of Custom Tabs information
Examples
JavaScript
{ "code": 0, "error": null, "message": [{ "name": "Analytics", "id": "CustomTabSettings\/1" }] }
See Also