Click or drag to resize

WebexSpaces Property

Gets the spaces, which is an instance of SpaceClient Spaces are virtual meeting places in Cisco Webex where people post messages and collaborate to get work done. Use spaces to manage the spaces on behalf of the authenticated user.

Namespace:  WebexSDK
Assembly:  WebexSDK (in WebexSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public SpaceClient Spaces { get; }

Property Value

Type: SpaceClient
The spaces.
Remarks
Since: 0.1.0
See Also