Click or drag to resize

RoomsListRoomsV30Async Method

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

Namespace:  BlackBerry.Workspaces.Resource
Assembly:  WorkspacesSdkCore (in WorkspacesSdkCore.dll) Version: 0.0.0.0
Syntax
C#
public Task<ItemListJson<WorkspaceInfoJson>> ListRoomsV30Async(
	HashSet workspaceTypes,
	void addExternalData = true,
	string adminMode = true,
	bool includeSyncData = false,
	bool includeWorkspacePolicyData = false
)

Parameters

workspaceTypes
Type: System.Collections.GenericHashSetT

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

addExternalData (Optional)
Type: SystemVoid

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

adminMode (Optional)
Type: SystemString

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

includeSyncData (Optional)
Type: SystemBoolean

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

includeWorkspacePolicyData (Optional)
Type: SystemBoolean

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

Return Value

Type: TaskItemListJsonWorkspaceInfoJson

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

See Also