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

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

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

Syntax

C#
DocumentFolder[] GetDocumentFoldersByCategory(
	string token,
	FolderType type,
	int categoryID
)

Parameters

token
Type: System..::..String

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

type
Type: QPulseWebServices.Contracts.Data..::..FolderType

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

categoryID
Type: System..::..Int32

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

Return Value

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

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

See Also