Click or drag to resize

Space Class

A data type represents a Space at Cisco Webex cloud.
Inheritance Hierarchy
SystemObject
  WebexSDKSpace

Namespace:  WebexSDK
Assembly:  WebexSDK (in WebexSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public class Space

The Space type exposes the following members.

Constructors
  NameDescription
Public methodSpace
Initializes a new instance of the Space class
Top
Properties
  NameDescription
Public propertyCreated
The time stamp that this space being created.
Public propertyId
The identifier of this space.
Public propertyIsLocked
Indicate if this space is locked.
Public propertyLastActivity
Last activity of this space.
Public propertyTeamId
The team Id that this space associated with.
Public propertyTitle
The title of this space.
Public propertyType
The type of this space.
Top
Remarks
Since: 0.1.0
See Also