HelpfulnessUpdateOptions
is defined in the Telligent.Evolution.Extensibility.Api.Version1
namespace of Telligent.Evolution.Articles.dll
Definition
class HelpfulnessUpdateOptions { bool? Ignore { get; set; } Guid? ResolvedArticleVersionId { get; set; } Guid? UnresolvedArticleVersionId { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
Ignore | bool? | Used to ignore a specific helpfulness item from further action. Ignored items are considered resolved. | ||
ResolvedArticleVersionId | Guid? | Specifies that this article version item will potentially resolve this helpfulness item once published. If the version is published, it will mark the item resolved by the specified version. | ||
UnresolvedArticleVersionId | Guid? | Removes a version from potentially resolving a feedback item. |