[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 GetDocumentFolderByID( string token, int folderID ) |
Parameters
- token
- Type: System..::.String
An authentication token previously requested from the Core service.
- folderID
- Type: System..::.Int32
The ID of the folder 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. |