Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 383 Bytes

File metadata and controls

21 lines (14 loc) · 383 Bytes

WebcastStatusJson

This is used to denote the status of a webcast

Example Usage

using Cvent.SDK.Models.Components;

var value = WebcastStatusJson.NotStarted;

Values

Name Value
NotStarted Not Started
Started Started
Finished Finished
Cancelled Cancelled