UserFile is defined in the Telligent.Evolution.Extensibility.Api.Entities.Version1 namespace of Telligent.Evolution.Platform.dll
UserFile
Telligent.Evolution.Extensibility.Api.Entities.Version1
class UserFile { string Name { get; set; } IList<string> Path { get; set; } string Url { get; set; } }
string
IList<string>