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

NameTypeDescriptionDefaultOptions
ContentIdGuid?
ContentTypeIdGuid?
ContentUrlstring
Tagsstring[]
TypeIdGuid?
UserIdint