ReviewableContentAfterPublishEventArgs
is defined in the Telligent.Evolution.Extensibility.Api.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
class ReviewableContentAfterPublishEventArgs { string Action { get; } Guid ApplicationId { get; } Guid ApplicationTypeId { get; } int[] AssigneeIds { get; } int AuthorId { get; } Guid? ContentId { get; } Guid ContentTypeId { get; } ReadOnlyReviewableContentData Data { get; } Guid Id { get; } ReadOnlyReviewableContentActionData Options { get; } string Title { get; } int UserId { get; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
Action | string | |||
ApplicationId | Guid | |||
ApplicationTypeId | Guid | |||
AssigneeIds | int[] | |||
AuthorId | int | |||
ContentId | Guid? | |||
ContentTypeId | Guid | |||
Data | ReadOnlyReviewableContentData | |||
Id | Guid | |||
Options | ReadOnlyReviewableContentActionData | |||
Title | string | |||
UserId | int |