WFMApiClient Class

Public Class WFMApiClient
This language is not supported or no code example is available.
public class WFMApiClient
This language is not supported or no code example is available.
public ref class WFMApiClient 
This language is not supported or no code example is available.
public class WFMApiClient
This language is not supported or no code example is available.
Methods
 
Name Description
Public method CloseHttpClient()
Public method Download(string, string)
Public method EndRequestCountForConnectorRun()
Public method Equals(Object) Determines whether the specified object is equal to the current object. (inherited from Object).
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object).
Public method GetApiXmlAsync(string, Action<XDocument>, int)
Public method GetClientCustomFieldsXmlAsync(string, Action<XDocument>)
Public method GetClientsXml(DateTime) Return Clients XML document retrieved from WorkflowMax API
Public method GetClientsXml(XDocument, Nullable<DateTime>) Return Clients XML document retrieved from WorkflowMax API
Public method GetContactCustomFieldsXmlAsync(string, Action<XDocument>)
Public method GetCustomFieldsXml() Get XML containing a list of the custom fields that a WFM user has created inside WFM
Public method GetDocumentsXmlAsync(string, Action<XDocument>) Get all the documents attached to a job
Public method GetHashCode Serves as the default hash function. (inherited from Object).
Public method GetInvoiceDetailsXmlAsync(string, Action<XDocument>) Get the XML of the details of a specific invoice
Public method GetInvoicesXml() Get XML containing a list of all invoices
Public method GetJobCustomFieldsXmlAsync(string, Action<XDocument>)
Public method GetJobsXml(DateTime, DateTime) Return Jobs XML document retrieved from WorkflowMax API
Public method GetStaffXml() Return Staff XML document retrieved from WorkflowMax API
Public method GetTaskCustomFieldsXmlAsync(string, Action<XDocument>)
Public method GetType Gets the Type of the current instance. (inherited from Object).
Public method InitialiseHttpClient(string, string)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Public method Static ParseXml(string)
Public method Static PreprocessXml(string)
Public method StartRequestCountForConnectorRun()
Public method TestConnection()
Public method ToString Returns a string that represents the current object. (inherited from Object).
Top
ConnectorWFMV3.WFMApiClient

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1

In this article

Definition