Class DeleteFileRequest
Inheritance
System.Object
DeleteFileRequest
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class DeleteFileRequest : ServiceRequest
Constructors
DeleteFileRequest()
Declaration
public DeleteFileRequest()
Properties
FileName
Declaration
public string FileName { get; set; }
Property Value
Type |
Description |
System.String |
|
FileNameList
Declaration
public List<string> FileNameList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.String> |
|
FilePath
Declaration
public string FilePath { get; set; }
Property Value
Type |
Description |
System.String |
|