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