Class GetCombinedTranscriptOutputResponse
Represents the response for the GetCombinedTranscriptOutput method.
Inheritance
System.Object
GetCombinedTranscriptOutputResponse
Namespace: Cmc.Nexus.Crm.Services
Assembly: Cmc.Nexus.Crm.Contracts.dll
Syntax
public class GetCombinedTranscriptOutputResponse : ServiceResponse
Constructors
GetCombinedTranscriptOutputResponse()
Declaration
public GetCombinedTranscriptOutputResponse()
Properties
BatchName
Batch Name
Declaration
public string BatchName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FileContents
The output file
Declaration
public byte[] FileContents { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] |