Returns the URLs for the Wiki app
This service is available via Telligent.Evolution.Extensibility.Apis.Get<Telligent.Evolution.Extensibility.Api.Version1.IWikiUrls>()
and is defined in Telligent.Evolution.Wikis.dll
Methods
string AddChildPage(int pageId, bool checkPermissions = True);
Returns the URL to add a new child Page at specified page
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
pageId | int | Specified Wikipage Id | Required | ||
checkPermissions | bool | Should permissions be checked | Optional | True |
Return Type
string
string AddPage(int wikiId, WikiUrlAddPageOptions options = null, bool checkPermissions = True);
Returns the URL to add a new root level Wikipage
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
wikiId | int | Specified Wiki Id | Required | ||
options | WikiUrlAddPageOptions | Options of added page | Optional | ||
checkPermissions | bool | Should permissions be checked | Optional | True |
Return Type
string
string AddWiki(int groupId, bool checkPermissions = True);
Returns the URL for the Wiki add page
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
groupId | int | Specified group Id | Required | ||
checkPermissions | bool | Should permissions be checked | Optional | True |
Return Type
string
string Compare(int pageId, int revision1, int revision2, bool checkPermissions = True);
Returns the URL to view the result of comparison of two specified page revision
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
pageId | int | Specified Wikipage Id | Required | ||
revision1 | int | Specified page revision 1 | Required | ||
revision2 | int | Specified page revision 2 | Required | ||
checkPermissions | bool | Should permissions be checked | Optional | True |
Return Type
string
string ControlPanel(int wikiId, bool checkPermissions = True);
Returns the URL for the Wiki home page in the Control panel
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
wikiId | int | Specified Wiki Id | Required | ||
checkPermissions | bool | Should permissions be checked | Optional | True |
Return Type
string
string DeletePage(int pageId, bool checkPermissions = True);
Returns the URL to delete the specified Page
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
pageId | int | Specified Wikipage Id | Required | ||
checkPermissions | bool | Should permissions be checked | Optional | True |
Return Type
string
string EditPage(int pageId, int? threadId = null, bool checkPermissions = True);
Returns the URL to edit the specified
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
pageId | int | Specified Wikipage Id | Required | ||
threadId | int? | Specified Forum thread Id | Optional | ||
checkPermissions | bool | Should permissions be checked | Optional | True |
Return Type
string
string EditWiki(int wikiId, bool checkPermissions = True);
Returns the URL for the Wiki edit page
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
wikiId | int | Specified Wiki Id | Required | ||
checkPermissions | bool | Should permissions be checked | Optional | True |
Return Type
string
string GroupAggregateHome(int groupId, bool checkPermissions = True);
Returns the URL for the wiki list in the specified group
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
groupId | int | Specified group Id | Required | ||
checkPermissions | bool | Should permissions be checked | Optional | True |
Return Type
string
string GroupAggregateRss(int groupId, bool checkPermissions = True);
Returns the URL for the wiki Aggregate RSS page in the specified group
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
groupId | int | Specified group Id | Required | ||
checkPermissions | bool | Should permissions be checked | Optional | True |
Return Type
string
string GroupAggregateTags(int groupId, IList<string> tags = null, bool checkPermissions = True);
Returns the URL for the base tag browser for Wiki application, filtered by the specified tags
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
groupId | int | Specified group Id | Required | ||
tags | IList<string> | Tag list | Optional | ||
checkPermissions | bool | Should permissions be checked | Optional | True |
Return Type
string
string ManageWiki(int wikiId, bool checkPermissions = True);
Returns the URL for the Wiki manage page
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
wikiId | int | Specified Wiki Id | Required | ||
checkPermissions | bool | Should permissions be checked | Optional | True |
Return Type
string
string ManageWikiPages(int wikiId, bool checkPermissions = True);
Returns the URL for the Wikipage manage page
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
wikiId | int | Specified Wiki Id | Required | ||
checkPermissions | bool | Should permissions be checked | Optional | True |
Return Type
string
string Page(int pageId, bool checkPermissions = True);
Returns the URL to view the specified Page
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
pageId | int | Specified Wikipage Id | Required | ||
checkPermissions | bool | Should permissions be checked | Optional | True |
Return Type
string
string PageComments(int pageId, bool checkPermissions = True);
Returns the URL to view the comments for the specified Page
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
pageId | int | Specified Wikipage Id | Required | ||
checkPermissions | bool | Should permissions be checked | Optional | True |
Return Type
string
string PageCommentsRss(int pageId, bool checkPermissions = True);
Returns the URL to view the RSS comment feed for the specified Page
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
pageId | int | Specified Wikipage Id | Required | ||
checkPermissions | bool | Should permissions be checked | Optional | True |
Return Type
string
string PageHistory(int pageId, bool checkPermissions = True);
Returns the URL to view the history of the specified Page
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
pageId | int | Specified Wikipage Id | Required | ||
checkPermissions | bool | Should permissions be checked | Optional | True |
Return Type
string
string PageMerge(int pageId, int revision1, int revision2, bool checkPermissions = True);
Returns the URL to view the result of merging of two specified page revision
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
pageId | int | Specified Wikipage Id | Required | ||
revision1 | int | Specified page revision 1 | Required | ||
revision2 | int | Specified page revision 2 | Required | ||
checkPermissions | bool | Should permissions be checked | Optional | True |
Return Type
string
string PageRss(int pageId, bool checkPermissions = True);
Returns the URL to view the RSS feed for the specified Page
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
pageId | int | Specified Wikipage Id | Required | ||
checkPermissions | bool | Should permissions be checked | Optional | True |
Return Type
string
string Revision(int pageId, int revisionNumber, bool checkPermissions = True);
Returns the URL to view the specified PageRevision
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
pageId | int | Specified Wikipage Id | Required | ||
revisionNumber | int | Specified revision number | Required | ||
checkPermissions | bool | Should permissions be checked | Optional | True |
Return Type
string
string Rss(int wikiId, bool checkPermissions = True);
Returns the Url for the Aggregate RSS
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
wikiId | int | Specified Wiki Id | Required | ||
checkPermissions | bool | Should permissions be checked | Optional | True |
Return Type
string
string SharePage(int pageId, bool checkPermissions = True, bool modal = True);
Returns the URL to create conversation about the specified Page
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
pageId | int | Specified Wikipage Id | Required | ||
checkPermissions | bool | Should permissions be checked | Optional | True | |
modal | bool | Will the URL be shown in a modal | Optional | True |
Return Type
string
string Tags(int wikiId, IList<string> tags = null, bool checkPermissions = True);
Returns the URL for the tag browser for the specified Wiki filtered by the specified tags
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
wikiId | int | Specified Wiki Id | Required | ||
tags | IList<string> | Tag list | Optional | ||
checkPermissions | bool | Should permissions be checked | Optional | True |
Return Type
string
string UndeletePage(int pageId, bool checkPermissions = True);
Returns the URL to undelete the specified
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
pageId | int | Specified Wikipage Id | Required | ||
checkPermissions | bool | Should permissions be checked | Optional | True |
Return Type
string
string Wiki(int wikiId, bool checkPermissions = True);
Returns the URL for the home page of the specified Wiki
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
wikiId | int | Specified Wiki Id | Required | ||
checkPermissions | bool | Should permissions be checked | Optional | True |
Return Type
string