Click or drag to resize

ApiSessionListAvailableVDRs Method

[Missing <summary> documentation for "M:BlackBerry.Workspaces.ApiSession.ListAvailableVDRs(System.Collections.Generic.List`1)"]

Namespace:  BlackBerry.Workspaces
Assembly:  WorkspacesSdkFramework (in WorkspacesSdkFramework.dll) Version: 0.0.0.0
Syntax
C#
public ItemListJson<WorkspaceInfoJson> ListAvailableVDRs(
	List roomTypes = null
)

Parameters

roomTypes (Optional)
Type: System.Collections.GenericListT

[Missing <param name="roomTypes"/> documentation for "M:BlackBerry.Workspaces.ApiSession.ListAvailableVDRs(System.Collections.Generic.List`1)"]

Return Value

Type: ItemListJsonWorkspaceInfoJson

[Missing <returns> documentation for "M:BlackBerry.Workspaces.ApiSession.ListAvailableVDRs(System.Collections.Generic.List`1)"]

See Also