DeleteFileUpload
Delete file at the specified managed location
Assembly: ServiceStack.Client.dll
View Source
Declaration
[DataContract]
[ExcludeMetadata]
public class DeleteFileUpload : IReturn<DeleteFileUploadResponse>, IReturn, IHasBearerToken, IDelete, IVerb
Properties
Name
View Source
Declaration
[DataMember(Order = 1)]
public string Name { get; set; }
Path
View Source
Declaration
[DataMember(Order = 2)]
public string Path { get; set; }
BearerToken
View Source
Declaration
[DataMember(Order = 3)]
public string BearerToken { get; set; }