Updates the details for a space by id.
Namespace:
WebexSDK
Assembly:
WebexSDK (in WebexSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax public void Update(
string spaceId,
string title,
Action<WebexApiEventArgs<Space>> completionHandler
)
Parameters
- spaceId
- Type: SystemString
The identifier of the space. - title
- Type: SystemString
A user-friendly name for the space. - completionHandler
- Type: SystemActionWebexApiEventArgsSpace
The completion event handler.
Remarks Since: 0.1.0
See Also