UserFileAfterCreateEventArgs is defined in the Telligent.Evolution.Extensibility.Api.Version1 namespace of Telligent.Evolution.Platform.dll
Definition
class UserFileAfterCreateEventArgs
{
string Name { get; }
IList<string> Path { get; }
string Url { get; }
}
Properties
| Name | Type | Description | Default | Options |
|---|---|---|---|---|
| Name | string | |||
| Path | IList<string> | |||
| Url | string |