Click or drag to resize

RoomsGetFolderTreeV30Async Method

[Missing <summary> documentation for "M:BlackBerry.Workspaces.Resource.Rooms.GetFolderTreeV30Async(System.String,System.String)"]

Namespace:  BlackBerry.Workspaces.Resource
Assembly:  WorkspacesSdkCore (in WorkspacesSdkCore.dll) Version: 0.0.0.0
Syntax
C#
public Task<FolderJson> GetFolderTreeV30Async(
	string roomId,
	string folderUuid
)

Parameters

roomId
Type: SystemString

[Missing <param name="roomId"/> documentation for "M:BlackBerry.Workspaces.Resource.Rooms.GetFolderTreeV30Async(System.String,System.String)"]

folderUuid
Type: SystemString

[Missing <param name="folderUuid"/> documentation for "M:BlackBerry.Workspaces.Resource.Rooms.GetFolderTreeV30Async(System.String,System.String)"]

Return Value

Type: TaskFolderJson

[Missing <returns> documentation for "M:BlackBerry.Workspaces.Resource.Rooms.GetFolderTreeV30Async(System.String,System.String)"]

See Also