This service is available via Telligent.Evolution.Extensibility.Apis.Get<Telligent.Evolution.Extensibility.Api.Version1.IAdministrationUrls>()
and is defined in Telligent.Evolution.Platform.dll
Methods
string Administration(bool checkPermissions = True);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
checkPermissions | bool | Check Permissions | Optional | True |
Return Type
string
string Administration(Guid panelId, bool checkPermissions = True);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
panelId | Guid | Panel Id | Required | ||
checkPermissions | bool | Check Permissions | Optional | True |
Return Type
string
string Administration(Guid panelId, IDictionary<string,string> options, bool checkPermissions = True);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
panelId | Guid | Panel Id | Required | ||
options | IDictionary<string,string> | Options | Required | ||
checkPermissions | bool | Check Permissions | Optional | True |
Return Type
string
string ContextPanel(string contextualPanelType, Guid panelId, bool checkPermissions = True);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
contextualPanelType | string | Contextual Panel Type | Required | ||
panelId | Guid | Panel Id | Required | ||
checkPermissions | bool | Check Permissions | Optional | True |
Return Type
string