TagBeforeAddEventArgs is defined in the Telligent.Evolution.Extensibility.Api.Version1 namespace of Telligent.Evolution.Api.dll
Definition
class TagBeforeAddEventArgs
{
Guid? ContentId { get; }
Guid? ContentTypeId { get; }
string ContentUrl { get; }
string[] Tags { get; }
Guid? TypeId { get; }
int UserId { get; }
}
Properties
| Name | Type | Description | Default | Options |
|---|
| ContentId | Guid? | | | |
| ContentTypeId | Guid? | | | |
| ContentUrl | string | | | |
| Tags | string[] | | | |
| TypeId | Guid? | | | |
| UserId | int | | | |