Class GetDocumentTrackingListResponse
Represents the response for the GetDocumentTrackingList method.
Inheritance
System.Object
GetDocumentTrackingListResponse
Namespace: Cmc.Nexus.Crm.Services
Assembly: Cmc.Nexus.Crm.Contracts.dll
Syntax
public class GetDocumentTrackingListResponse : ServiceResponse
Constructors
GetDocumentTrackingListResponse()
Declaration
public GetDocumentTrackingListResponse()
Properties
Count
Declaration
public int Count { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
DocumentTrackingList
Declaration
public List<DocumentTrackingCustom> DocumentTrackingList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<DocumentTrackingCustom> |