Click or drag to resize

TransientWorkspacesDownloadDocumentsFormV30 Method

[Missing <summary> documentation for "M:BlackBerry.Workspaces.Resource.TransientWorkspaces.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 documentPaths,
	void folderPaths,
	string wdUniqueDownloadKey,
	HashSet workspaceUuid,
	void downloadType = "MAX_ALLOWED"
)

Parameters

documentPaths
Type: System.Collections.GenericHashSetT

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

folderPaths
Type: SystemVoid

[Missing <param name="folderPaths"/> documentation for "M:BlackBerry.Workspaces.Resource.TransientWorkspaces.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.TransientWorkspaces.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.TransientWorkspaces.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.TransientWorkspaces.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.TransientWorkspaces.DownloadDocumentsFormV30(System.Collections.Generic.HashSet`1,System.Void,System.String,System.Collections.Generic.HashSet`1,System.Void)"]

See Also