Click or drag to resize

IManageWorkspacesListFoldersAndDocumentsV30Async Method

[Missing <summary> documentation for "M:BlackBerry.Workspaces.Resource.IManageWorkspaces.ListFoldersAndDocumentsV30Async(BlackBerry.Workspaces.Json.ListIManageFoldersAndDocumentsJson)"]

Namespace:  BlackBerry.Workspaces.Resource
Assembly:  WorkspacesSdkCore (in WorkspacesSdkCore.dll) Version: 0.0.0.0
Syntax
C#
public Task<PagingItemListJson<BaseJson>> ListFoldersAndDocumentsV30Async(
	ListIManageFoldersAndDocumentsJson listIManageFoldersAndDocumentsJson
)

Parameters

listIManageFoldersAndDocumentsJson
Type: BlackBerry.Workspaces.JsonListIManageFoldersAndDocumentsJson

[Missing <param name="listIManageFoldersAndDocumentsJson"/> documentation for "M:BlackBerry.Workspaces.Resource.IManageWorkspaces.ListFoldersAndDocumentsV30Async(BlackBerry.Workspaces.Json.ListIManageFoldersAndDocumentsJson)"]

Return Value

Type: TaskPagingItemListJsonBaseJson

[Missing <returns> documentation for "M:BlackBerry.Workspaces.Resource.IManageWorkspaces.ListFoldersAndDocumentsV30Async(BlackBerry.Workspaces.Json.ListIManageFoldersAndDocumentsJson)"]

See Also