This service is available via Telligent.Evolution.Extensibility.Apis.Get<Telligent.Evolution.KnowledgeManagement.Extensibility.Api.Version1.IUrls>()
and is defined in Telligent.Evolution.KnowledgeManagement.dll
Methods
string Document(Guid contentId, bool checkPermissions = True);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
contentId | Guid | Content Id | Required | ||
checkPermissions | bool | Check Permissions | Optional | True |
Return Type
string
string GroupHome(int groupId, bool checkPermissions = True);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
groupId | int | Group Id | Required | ||
checkPermissions | bool | Check Permissions | Optional | True |
Return Type
string
string KnowledgeCollection(Guid applicationId, bool checkPermissions = True);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
applicationId | Guid | Application Id | Required | ||
checkPermissions | bool | Check Permissions | Optional | True |
Return Type
string
string Tag(Guid applicationId, string tagId, bool checkPermissions = True);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
applicationId | Guid | Application Id | Required | ||
tagId | string | Tag Id | Required | ||
checkPermissions | bool | Check Permissions | Optional | True |
Return Type
string