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