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