ContainerBeforeCreateEventArgs
is defined in the Telligent.Evolution.Extensibility.Api.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
class ContainerBeforeCreateEventArgs { string AvatarUrl { get; } Guid ContainerId { get; } Guid ContainerTypeId { get; } string Url { get; } string HtmlName(string target); }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
AvatarUrl | string | |||
ContainerId | Guid | |||
ContainerTypeId | Guid | |||
Url | string |
Methods
string HtmlName(string target);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
target | string | Target | Required |
Return Type
string