Class DownloadProcessFilesRequest
Represents the a request for the DownloadContract method.
Inheritance
System.Object
DownloadProcessFilesRequest
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class DownloadProcessFilesRequest : ServiceRequest
Constructors
DownloadProcessFilesRequest()
Declaration
public DownloadProcessFilesRequest()
Properties
BatchIdentifier
BatchId
Declaration
public string BatchIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FileNameList
Comma Separated File Names
Declaration
[Obsolete]
public string FileNameList { get; set; }
Property Value
Type | Description |
---|---|
System.String |