Class ValidateExtractReportFilePathRequest
Represents the a request for the ValidateExtractReportFilePath method.
Inheritance
System.Object
ValidateExtractReportFilePathRequest
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class ValidateExtractReportFilePathRequest : ServiceRequest
Constructors
ValidateExtractReportFilePathRequest()
Declaration
public ValidateExtractReportFilePathRequest()
Properties
ExportFileFolderPath
Declaration
public string ExportFileFolderPath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FileName
Declaration
public string FileName { get; set; }
Property Value
Type | Description |
---|---|
System.String |