This service is available via Telligent.Evolution.Extensibility.Apis.Get<Telligent.Evolution.Extensibility.Api.Version1.IBlogUrls>()
and is defined in Telligent.Evolution.Blogs.dll
Methods
string About(int blogId, bool checkPermissions = True);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
blogId | int | Blog Id | Required | ||
checkPermissions | bool | Check Permissions | Optional | True |
Return Type
string
string AddBlog(int? groupId = null, bool checkPermissions = True);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
groupId | int? | Group Id | Optional | ||
checkPermissions | bool | Check Permissions | Optional | True |
Return Type
string
string AddBlogPost(int blogId, string temporaryStoreId = null, bool checkPermissions = True);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
blogId | int | Blog Id | Required | ||
temporaryStoreId | string | Temporary Store Id | Optional | ||
checkPermissions | bool | Check Permissions | Optional | True |
Return Type
string
string AdminFeedback(int blogId, bool checkPermissions = True);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
blogId | int | Blog Id | Required | ||
checkPermissions | bool | Check Permissions | Optional | True |
Return Type
string
string AdminFeedbackAction(int blogId, string action, int postId, bool checkPermissions = True);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
blogId | int | Blog Id | Required | ||
action | string | Action | Required | ||
postId | int | Post Id | Required | ||
checkPermissions | bool | Check Permissions | Optional | True |
Return Type
string
string Administration(int blogId, bool checkPermissions = True);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
blogId | int | Blog Id | Required | ||
checkPermissions | bool | Check Permissions | Optional | True |
Return Type
string
string Atom(int blogId, bool checkPermissions = True);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
blogId | int | Blog Id | Required | ||
checkPermissions | bool | Check Permissions | Optional | True |
Return Type
string
string Blog(int blogId, bool checkPermissions = True);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
blogId | int | Blog Id | Required | ||
checkPermissions | bool | Check Permissions | Optional | True |
Return Type
string
string BlogPost(int postId, bool checkPermissions = True);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
postId | int | Post Id | Required | ||
checkPermissions | bool | Check Permissions | Optional | True |
Return Type
string
string BlogPostCommentsRss(int postId, bool checkPermissions = True);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
postId | int | Post Id | Required | ||
checkPermissions | bool | Check Permissions | Optional | True |
Return Type
string
string CommentsRss(int blogId, bool checkPermissions = True);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
blogId | int | Blog Id | Required | ||
checkPermissions | bool | Check Permissions | Optional | True |
Return Type
string
string Contact(int blogId, bool checkPermissions = True);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
blogId | int | Blog Id | Required | ||
checkPermissions | bool | Check Permissions | Optional | True |
Return Type
string
string ControlPanel(int blogId, bool checkPermissions = True);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
blogId | int | Blog Id | Required | ||
checkPermissions | bool | Check Permissions | Optional | True |
Return Type
string
string CustomPage(int blogId, string pageName, bool checkPermissions = True);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
blogId | int | Blog Id | Required | ||
pageName | string | Page Name | Required | ||
checkPermissions | bool | Check Permissions | Optional | True |
Return Type
string
string CustomPages(int blogId, bool checkPermissions = True);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
blogId | int | Blog Id | Required | ||
checkPermissions | bool | Check Permissions | Optional | True |
Return Type
string
string Day(int blogId, DateTime date, bool checkPermissions = True);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
blogId | int | Blog Id | Required | ||
date | DateTime | Date | Required | ||
checkPermissions | bool | Check Permissions | Optional | True |
Return Type
string
string EditBlog(int blogId, bool checkPermissions = True);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
blogId | int | Blog Id | Required | ||
checkPermissions | bool | Check Permissions | Optional | True |
Return Type
string
string EditBlogPost(int postId, bool checkPermissions = True);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
postId | int | Post Id | Required | ||
checkPermissions | bool | Check Permissions | Optional | True |
Return Type
string
string EditTheme(int blogId, bool checkPermissions = True);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
blogId | int | Blog Id | Required | ||
checkPermissions | bool | Check Permissions | Optional | True |
Return Type
string
string GroupAggregateAdministration(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 GroupAggregateHome(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 GroupAggregateOpml(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 GroupAggregateRss(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 GroupAggregateRssBlogsOnly(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 MailingList(int blogId, bool checkPermissions = True);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
blogId | int | Blog Id | Required | ||
checkPermissions | bool | Check Permissions | Optional | True |
Return Type
string
string ManagePosts(int blogId, bool checkPermissions = True);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
blogId | int | Blog Id | Required | ||
checkPermissions | bool | Check Permissions | Optional | True |
Return Type
string
string ModerateComments(int blogId, bool checkPermissions = True);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
blogId | int | Blog Id | Required | ||
checkPermissions | bool | Check Permissions | Optional | True |
Return Type
string
string Month(int blogId, DateTime date, bool checkPermissions = True);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
blogId | int | Blog Id | Required | ||
date | DateTime | Date | Required | ||
checkPermissions | bool | Check Permissions | Optional | True |
Return Type
string
string Rss(int blogId, bool checkPermissions = True);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
blogId | int | Blog Id | Required | ||
checkPermissions | bool | Check Permissions | Optional | True |
Return Type
string
string ShareBlogPost(int postId, bool checkPermissions = True, bool modal = True);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
postId | int | Post Id | Required | ||
checkPermissions | bool | Check Permissions | Optional | True | |
modal | bool | Modal | Optional | True |
Return Type
string
string SubscriptionConfirmation(int blogId, string subscriptionId, bool checkPermissions = True);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
blogId | int | Blog Id | Required | ||
subscriptionId | string | Subscription Id | Required | ||
checkPermissions | bool | Check Permissions | Optional | True |
Return Type
string
string Tags(int blogId, IList<string> tags = null, bool checkPermissions = True);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
blogId | int | Blog Id | Required | ||
tags | IList<string> | Tags | Optional | ||
checkPermissions | bool | Check Permissions | Optional | True |
Return Type
string
string Unsubscribe(int blogId, string subscriptionId);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
blogId | int | Blog Id | Required | ||
subscriptionId | string | Subscription Id | Required |
Return Type
string
string UserRss(int userId, bool checkPermissions = True);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
userId | int | User Id | Required | ||
checkPermissions | bool | Check Permissions | Optional | True |
Return Type
string