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

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

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

Syntax

C#
DocumentSummary[] GetDocumentSummariesByIDs(
	string token,
	int[] documentIDs
)

Parameters

token
Type: System..::..String

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

documentIDs
Type: array<System..::..Int32>[]()[][]

[Missing <param name="documentIDs"/> documentation for "M:QPulseWebServices.Contracts.Service.IDocument.GetDocumentSummariesByIDs(System.String,System.Int32[])"]

Return Value

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

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

See Also