BookmarkAfterCreateEventArgs
is defined in the Telligent.Evolution.Extensibility.Api.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
class BookmarkAfterCreateEventArgs { Guid? ApplicationId { get; } Guid? ContainerId { get; } Guid? ContentId { get; } Guid? ContentTypeId { get; } string ContentUrl { get; } DateTime CreatedDate { get; } Guid? TypeId { get; } int UserId { get; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
ApplicationId | Guid? | |||
ContainerId | Guid? | |||
ContentId | Guid? | |||
ContentTypeId | Guid? | |||
ContentUrl | string | |||
CreatedDate | DateTime | |||
TypeId | Guid? | |||
UserId | int |