Click or drag to resize

IManageWorkspacesDownloadDocumentsFormV30 Method

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

Namespace:  BlackBerry.Workspaces.Resource
Assembly:  WorkspacesSdkCore (in WorkspacesSdkCore.dll) Version: 0.0.0.0
Syntax
C#
public Stream DownloadDocumentsFormV30(
	HashSet documentItemIds,
	void folderItemIds,
	string wdUniqueDownloadKey,
	HashSet workspaceUuid,
	void downloadType = "MAX_ALLOWED"
)

Parameters

documentItemIds
Type: System.Collections.GenericHashSetT

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

folderItemIds
Type: SystemVoid

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

wdUniqueDownloadKey
Type: SystemString

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

workspaceUuid
Type: System.Collections.GenericHashSetT

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

downloadType (Optional)
Type: SystemVoid

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

Return Value

Type: Stream

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

See Also