[This is preliminary documentation and is subject to change.]
Enables a user to retrieve their Document folders.
Namespace:
QPulseWebServices.Contracts.ServiceAssembly: QPulseWebServices.Contracts (in QPulseWebServices.Contracts.dll) Version: 2.0.580.15
Syntax
| C# |
|---|
DocumentFolder[] GetDocumentFolders( string token, FolderType type ) |
Parameters
- token
- Type: System..::.String
An authentication token previously requested from the Core service.
- type
- Type: QPulseWebServices.Contracts.Data..::.FolderType
The folder type to retrieve.
Return Value
An array of DocumentFolder records
Exceptions
| Exception | Condition |
|---|---|
| ServiceFaultCode..::.AuthenticationFailed | The token provided could not be authenticated. |
| ServiceFaultCode..::.SessionInvalid | The Q-Pulse session was invalid. |