This service is available via Telligent.Evolution.Extensibility.Apis.Get<Telligent.Evolution.Extensibility.Api.Version1.IForumUrls>()
and is defined in Telligent.Evolution.Forums.dll
Methods
string AddForum(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 AddThread(int forumId, string temporaryStoreId = null, bool checkPermissions = True);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
forumId | int | Forum Id | Required | ||
temporaryStoreId | string | Temporary Store Id | Optional | ||
checkPermissions | bool | Check Permissions | Optional | True |
Return Type
string
string AggregateRss(bool checkPermissions = True);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
checkPermissions | bool | Check Permissions | Optional | True |
Return Type
string
string CaptureForumThread(int forumThreadId, bool checkPermissions = True);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
forumThreadId | int | Forum Thread Id | Required | ||
checkPermissions | bool | Check Permissions | Optional | True |
Return Type
string
string DeleteForumReply(int forumReplyId, string returnUrl = null, bool checkPermissions = True);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
forumReplyId | int | Forum Reply Id | Required | ||
returnUrl | string | Return Url | Optional | ||
checkPermissions | bool | Check Permissions | Optional | True |
Return Type
string
string DeleteThread(int forumThreadId, bool checkPermissions = True);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
forumThreadId | int | Forum Thread Id | Required | ||
checkPermissions | bool | Check Permissions | Optional | True |
Return Type
string
string EditForum(int forumId, bool checkPermissions = True);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
forumId | int | Forum Id | Required | ||
checkPermissions | bool | Check Permissions | Optional | True |
Return Type
string
string EditForumReply(int forumReplyId, bool checkPermissions = True);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
forumReplyId | int | Forum Reply Id | Required | ||
checkPermissions | bool | Check Permissions | Optional | True |
Return Type
string
string EditThread(int forumThreadId, bool checkPermissions = True);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
forumThreadId | int | Forum Thread Id | Required | ||
checkPermissions | bool | Check Permissions | Optional | True |
Return Type
string
string Forum(int forumId, bool checkPermissions = True);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
forumId | int | Forum Id | Required | ||
checkPermissions | bool | Check Permissions | Optional | True |
Return Type
string
string ForumReply(int forumReplyId, bool checkPermissions = True);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
forumReplyId | int | Forum Reply Id | Required | ||
checkPermissions | bool | Check Permissions | Optional | True |
Return Type
string
string GroupAggregate(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 GroupAggregateTags(int groupId, IList<string> tags = null, bool checkPermissions = True);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
groupId | int | Group Id | Required | ||
tags | IList<string> | Tags | Optional | ||
checkPermissions | bool | Check Permissions | Optional | True |
Return Type
string
string MergeThread(int forumThreadId, bool checkPermissions = True);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
forumThreadId | int | Forum Thread Id | Required | ||
checkPermissions | bool | Check Permissions | Optional | True |
Return Type
string
string ModerateForum(int forumId, bool checkPermissions = True);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
forumId | int | Forum Id | Required | ||
checkPermissions | bool | Check Permissions | Optional | True |
Return Type
string
string MoveThread(int forumThreadId, bool checkPermissions = True);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
forumThreadId | int | Forum Thread Id | Required | ||
checkPermissions | bool | Check Permissions | Optional | True |
Return Type
string
string MuteThread(int forumThreadId, bool checkPermissions = True);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
forumThreadId | int | Forum Thread Id | Required | ||
checkPermissions | bool | Check Permissions | Optional | True |
Return Type
string
string PendingModeration(int forumId, bool checkPermissions = True);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
forumId | int | Forum Id | Required | ||
checkPermissions | bool | Check Permissions | Optional | True |
Return Type
string
string ReplyToForumReply(int forumReplyId, string temporaryStoreId = null, bool checkPermissions = True);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
forumReplyId | int | Forum Reply Id | Required | ||
temporaryStoreId | string | Temporary Store Id | Optional | ||
checkPermissions | bool | Check Permissions | Optional | True |
Return Type
string
string ReplyToForumThread(int forumThreadId, string temporaryStoreId = null, bool checkPermissions = True);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
forumThreadId | int | Forum Thread Id | Required | ||
temporaryStoreId | string | Temporary Store Id | Optional | ||
checkPermissions | bool | Check Permissions | Optional | True |
Return Type
string
string Rss(int forumId, bool checkPermissions = True);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
forumId | int | Forum Id | Required | ||
checkPermissions | bool | Check Permissions | Optional | True |
Return Type
string
string ShareForumThread(int forumThreadId, bool checkPermissions = True, bool modal = True);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
forumThreadId | int | Forum Thread Id | Required | ||
checkPermissions | bool | Check Permissions | Optional | True | |
modal | bool | Modal | Optional | True |
Return Type
string
string SplitForumReply(int forumReplyId, int contentTypeId, bool checkPermissions = True);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
forumReplyId | int | Forum Reply Id | Required | ||
contentTypeId | int | Content Type Id | Required | ||
checkPermissions | bool | Check Permissions | Optional | True |
Return Type
string
string Subscriptions(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 Tags(int forumId, IList<string> tags = null, bool checkPermissions = True);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
forumId | int | Forum Id | Required | ||
tags | IList<string> | Tags | Optional | ||
checkPermissions | bool | Check Permissions | Optional | True |
Return Type
string
string Thread(int forumThreadId, bool checkPermissions = True);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
forumThreadId | int | Forum Thread Id | Required | ||
checkPermissions | bool | Check Permissions | Optional | True |
Return Type
string
string ThreadRss(int forumThreadId, bool checkPermissions = True);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
forumThreadId | int | Forum Thread Id | Required | ||
checkPermissions | bool | Check Permissions | Optional | True |
Return Type
string
string UploadAttachment(int forumId, bool checkPermissions = True);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
forumId | int | Forum Id | Required | ||
checkPermissions | bool | Check Permissions | Optional | True |
Return Type
string