HelpfulnessBeforeCreateEventArgs
is defined in the Telligent.Evolution.Extensibility.Api.Version1
namespace of Telligent.Evolution.Articles.dll
Definition
class HelpfulnessBeforeCreateEventArgs { Guid? ArticleId { get; } Guid? ArticleVersionId { get; } int? AuthorId { get; } DateTime? CreateDate { get; } int? HelpfulnessResponseTypeId { get; } int? Id { get; } bool? IsHelpful { get; set; } bool? IsIgnored { get; } string Message { get; set; } Guid? ResolvedArticleVersionId { get; } IList<Guid> ResolvedByVersionIds { get; } DateTime? ResolvedDate { get; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
ArticleId | Guid? | |||
ArticleVersionId | Guid? | |||
AuthorId | int? | |||
CreateDate | DateTime? | |||
HelpfulnessResponseTypeId | int? | |||
Id | int? | |||
IsHelpful | bool? | |||
IsIgnored | bool? | |||
Message | string | |||
ResolvedArticleVersionId | Guid? | |||
ResolvedByVersionIds | IList<Guid> | |||
ResolvedDate | DateTime? |