WikiAfterDeleteEventArgs
is defined in the Telligent.Evolution.Extensibility.Api.Version1
namespace of Telligent.Evolution.Wikis.dll
Definition
class WikiAfterDeleteEventArgs { Guid ApplicationId { get; } string AvatarUrl { get; } int CommentCount { get; } string Description { get; } bool Enabled { get; } Group Group { get; } int? Id { get; } string Key { get; } DateTime? LastModifiedDate { get; } string Name { get; } int PageCount { get; } string Url { get; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
ApplicationId | Guid | |||
AvatarUrl | string | |||
CommentCount | int | |||
Description | string | |||
Enabled | bool | |||
Group | Group | |||
Id | int? | |||
Key | string | |||
LastModifiedDate | DateTime? | |||
Name | string | |||
PageCount | int | |||
Url | string |