Click or drag to resize
IManageWorkspacesListTransientFolderPermissionRequestsV30 Method
Lists existing folder permission requests for all imanage workspace.

Namespace:  BlackBerry.Workspaces.Resource
Assembly:  BlackBerryWorkspacesSDK (in BlackBerryWorkspacesSDK.dll) Version: 7.0.0.223 (7.0.0.223)
Syntax
C#
public ItemListJson<IManageWorkspacePermissionRequestsResultsJson> ListTransientFolderPermissionRequestsV30(
	ListTransientFolderPermissionRequestsJson listTransientFolderPermissionRequestsJson
)

Parameters

listTransientFolderPermissionRequestsJson
Type: BlackBerry.Workspaces.JsonListTransientFolderPermissionRequestsJson
Details about the document to get info on

Return Value

Type: ItemListJsonIManageWorkspacePermissionRequestsResultsJson
List which indicates whether all requests were successful or, if not, a list of errors.
See Also