Class ExternalDocumentManagementProviderResponse
Inheritance
System.Object
ExternalDocumentManagementProviderResponse
Assembly: Cmc.Nexus.Crm.Contracts.dll
Syntax
public class ExternalDocumentManagementProviderResponse : ServiceResponse
Constructors
ExternalDocumentManagementProviderResponse()
Declaration
public ExternalDocumentManagementProviderResponse()
Properties
DocumentMangementProviderUrl
Declaration
public string DocumentMangementProviderUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
ExceptionCode
Declaration
public string ExceptionCode { get; set; }
Property Value
Type |
Description |
System.String |
|
ExceptionMessage
Declaration
public string ExceptionMessage { get; set; }
Property Value
Type |
Description |
System.String |
|