Click or drag to resize

WorkspacesListRoomsForAdminV30Async Method

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

Namespace:  BlackBerry.Workspaces.Resource
Assembly:  WorkspacesSdkCore (in WorkspacesSdkCore.dll) Version: 0.0.0.0
Syntax
C#
public Task<ItemListJson<WorkspaceInfoJson>> ListRoomsForAdminV30Async(
	HashSet workspaceTypes,
	void addExternalData = true
)

Parameters

workspaceTypes
Type: System.Collections.GenericHashSetT

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

addExternalData (Optional)
Type: SystemVoid

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

Return Value

Type: TaskItemListJsonWorkspaceInfoJson

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

See Also