FilesUploadInfo
Assembly: ServiceStack.Client.dll
View Source
Declaration
[Exclude(Feature.Soap)]
public class FilesUploadInfo : IMeta
Properties
BasePath
View Source
Declaration
public string BasePath { get; set; }
Locations
View Source
Declaration
public List<FilesUploadLocation> Locations { get; set; }
Meta
View Source
Declaration
public Dictionary<string, string> Meta { get; set; }