This service is available via Telligent.Evolution.Extensibility.Apis.Get<Telligent.Evolution.Extensibility.Api.Version1.IArticleUrls>()
and is defined in Telligent.Evolution.Articles.dll
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
Current | string |
Methods
string Article(Guid id, bool checkPermissions = True);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
id | Guid | Id | Required | ||
checkPermissions | bool | Check Permissions | Optional | True |
Return Type
string
string Article(Guid id, int categoryId, bool checkPermissions = True);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
id | Guid | Id | Required | ||
categoryId | int | Category Id | Required | ||
checkPermissions | bool | Check Permissions | Optional | True |
Return Type
string
string ArticleCollection(Guid collectionId, bool checkPermissions = True);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
collectionId | Guid | Collection Id | Required | ||
checkPermissions | bool | Check Permissions | Optional | True |
Return Type
string
string ArticleCollectionTags(Guid collectionId, IList<string> tags, bool checkPermissions = True);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
collectionId | Guid | Collection Id | Required | ||
tags | IList<string> | Tags | Required | ||
checkPermissions | bool | Check Permissions | Optional | True |
Return Type
string
string ArticleCollectionTagsHome(Guid collectionId, bool checkPermissions = True);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
collectionId | Guid | Collection Id | Required | ||
checkPermissions | bool | Check Permissions | Optional | True |
Return Type
string
string Category(Guid collectionId, string categoryKey, bool checkPermissions = True);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
collectionId | Guid | Collection Id | Required | ||
categoryKey | string | Category Key | Required | ||
checkPermissions | bool | Check Permissions | Optional | True |
Return Type
string
string CreateArticle(Guid collectionId, bool checkPermissions = True);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
collectionId | Guid | Collection Id | Required | ||
checkPermissions | bool | Check Permissions | Optional | True |
Return Type
string
string CustomPage(Guid collectionId, string pageName, bool checkPermissions = True);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
collectionId | Guid | Collection Id | Required | ||
pageName | string | Page Name | Required | ||
checkPermissions | bool | Check Permissions | Optional | True |
Return Type
string
string EditArticle(Guid id, int? publishGroupid = null, bool checkPermissions = True);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
id | Guid | Id | Required | ||
publishGroupid | int? | Publish Groupid | Optional | ||
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 ReviewFeedback(Guid articleCollectionId, IDictionary options);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
articleCollectionId | Guid | Article Collection Id | Required | ||
options | IDictionary | Options | Required |
Return Type
string
string ViewSubscribers(Guid articleCollectionId, IDictionary options);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
articleCollectionId | Guid | Article Collection Id | Required | ||
options | IDictionary | Options | Required |
Return Type
string