[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:QPulseWebServices.Contracts.Service.IDocument.GetDocumentsByWorkload(System.String,QPulseWebServices.Contracts.Data.DocumentWorkloadType)"]

Namespace: QPulseWebServices.Contracts.Service
Assembly: QPulseWebServices.Contracts (in QPulseWebServices.Contracts.dll) Version: 2.100.7610.0

Syntax

C#
Document[] GetDocumentsByWorkload(
	string token,
	DocumentWorkloadType workload
)

Parameters

token
Type: System..::..String

[Missing <param name="token"/> documentation for "M:QPulseWebServices.Contracts.Service.IDocument.GetDocumentsByWorkload(System.String,QPulseWebServices.Contracts.Data.DocumentWorkloadType)"]

workload
Type: QPulseWebServices.Contracts.Data..::..DocumentWorkloadType

[Missing <param name="workload"/> documentation for "M:QPulseWebServices.Contracts.Service.IDocument.GetDocumentsByWorkload(System.String,QPulseWebServices.Contracts.Data.DocumentWorkloadType)"]

Return Value

Type: array<Document>[]()[][]

[Missing <returns> documentation for "M:QPulseWebServices.Contracts.Service.IDocument.GetDocumentsByWorkload(System.String,QPulseWebServices.Contracts.Data.DocumentWorkloadType)"]

See Also