ArticleCollectionAfterDeleteEventArgs
is defined in the Telligent.Evolution.Extensibility.Api.Version1
namespace of Telligent.Evolution.Articles.dll
Definition
class ArticleCollectionAfterDeleteEventArgs { DateTime? CreateDate { get; } int? CreatedByUserId { get; } Guid? DefaultArticleId { get; } int? DefaultTypeId { get; } string Description { get; } bool EnableHelpfulness { get; } int? GroupId { get; } Guid? Id { get; } bool IsEnabled { get; } bool IsIndexed { get; } bool IsPermanent { get; set; } string Name { get; } string Prefix { get; } Guid? ThemeId { get; } string UrlKey { get; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
CreateDate | DateTime? | |||
CreatedByUserId | int? | |||
DefaultArticleId | Guid? | |||
DefaultTypeId | int? | |||
Description | string | |||
EnableHelpfulness | bool | |||
GroupId | int? | |||
Id | Guid? | |||
IsEnabled | bool | |||
IsIndexed | bool | |||
IsPermanent | bool | |||
Name | string | |||
Prefix | string | |||
ThemeId | Guid? | |||
UrlKey | string |