Enables scripted content fragments to use WikiPageCommentSubscriptions
Enables scripted content fragments to use WikiPageCommentSubscriptions
#set($booleanResponse = $core_v2_wikiPageCommentSubscriptions.IsSubscribed($contentId))
var booleanResponse = core_v2_wikiPageCommentSubscriptions.IsSubscribed(contentId);
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
contentId | Guid | Content Id | Required |
Boolean
#set($additionalInfoResponse = $core_v2_wikiPageCommentSubscriptions.SetSubscribed($contentId, $subscribed))
var additionalInfoResponse = core_v2_wikiPageCommentSubscriptions.SetSubscribed(contentId, subscribed);
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
contentId | Guid | Content Id | Required | ||
subscribed | Boolean | Subscribed | Required |