Class UploadFileRequest
Inheritance
System.Object
UploadFileRequest
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class UploadFileRequest : ServiceRequest
Constructors
UploadFileRequest()
Declaration
public UploadFileRequest()
Properties
FileContent
Declaration
public byte[] FileContent { get; set; }
Property Value
Type |
Description |
System.Byte[] |
|
FileName
Declaration
public string FileName { get; set; }
Property Value
Type |
Description |
System.String |
|
FilePath
Declaration
public string FilePath { get; set; }
Property Value
Type |
Description |
System.String |
|