Basket
Creates a link that opens the WebClient basket with the full range of functions.
You can use the following functions in the basket, for example:
- Upload documents
- Edit documents
- Rename documents
- Store documents to FileCabinet
- Clip documents
- Staple documents

Following information needed:
var server = @"serveraddress";
string orgGuid = "OrgGuid";
var serverUrl = $"https://{server}/DocuWare/Platform/WebClient";
DWIntegrationInfo dwInfo = new DWIntegrationInfo(serverUrl, orgGuid, false);
var integrationType = IntegrationType.Basket;
var dwParam = new DWIntegrationUrlParameters(integrationType)
{
WebBasketId = "00000000-0000-0000-0000-000000000000",
Culture = new CultureInfo("en-En")
};
var dwUrl = new DWIntegrationUrl(dwInfo, dwParam);
var url = dwUrl.Url;
//Result https://serveraddress:443/DocuWare/Platform/WebClient/ORGID/Integration?culture=en-EN&p=B&bid=b_00000000-0000-0000-0000-000000000000