Click or drag to resize

WorkspacesDownloadDocumentsWithRecycleBinFormV30Async Method

[Missing <summary> documentation for "M:BlackBerry.Workspaces.Resource.Workspaces.DownloadDocumentsWithRecycleBinFormV30Async(System.Collections.Generic.HashSet`1,System.Void,System.String,System.String,System.Int32)"]

Namespace:  BlackBerry.Workspaces.Resource
Assembly:  WorkspacesSdkCore (in WorkspacesSdkCore.dll) Version: 0.0.0.0
Syntax
C#
public Task<Stream> DownloadDocumentsWithRecycleBinFormV30Async(
	HashSet documentsGuids,
	void roomGuid,
	string roomId,
	string wdUniqueDownloadKey,
	int forceAction = true
)

Parameters

documentsGuids
Type: System.Collections.GenericHashSetT

[Missing <param name="documentsGuids"/> documentation for "M:BlackBerry.Workspaces.Resource.Workspaces.DownloadDocumentsWithRecycleBinFormV30Async(System.Collections.Generic.HashSet`1,System.Void,System.String,System.String,System.Int32)"]

roomGuid
Type: SystemVoid

[Missing <param name="roomGuid"/> documentation for "M:BlackBerry.Workspaces.Resource.Workspaces.DownloadDocumentsWithRecycleBinFormV30Async(System.Collections.Generic.HashSet`1,System.Void,System.String,System.String,System.Int32)"]

roomId
Type: SystemString

[Missing <param name="roomId"/> documentation for "M:BlackBerry.Workspaces.Resource.Workspaces.DownloadDocumentsWithRecycleBinFormV30Async(System.Collections.Generic.HashSet`1,System.Void,System.String,System.String,System.Int32)"]

wdUniqueDownloadKey
Type: SystemString

[Missing <param name="wdUniqueDownloadKey"/> documentation for "M:BlackBerry.Workspaces.Resource.Workspaces.DownloadDocumentsWithRecycleBinFormV30Async(System.Collections.Generic.HashSet`1,System.Void,System.String,System.String,System.Int32)"]

forceAction (Optional)
Type: SystemInt32

[Missing <param name="forceAction"/> documentation for "M:BlackBerry.Workspaces.Resource.Workspaces.DownloadDocumentsWithRecycleBinFormV30Async(System.Collections.Generic.HashSet`1,System.Void,System.String,System.String,System.Int32)"]

Return Value

Type: TaskStream

[Missing <returns> documentation for "M:BlackBerry.Workspaces.Resource.Workspaces.DownloadDocumentsWithRecycleBinFormV30Async(System.Collections.Generic.HashSet`1,System.Void,System.String,System.String,System.Int32)"]

See Also