IsDraft property

bool? IsDraft
Gets a value indicating whether the item is is a draft. An item is a draft when it has not yet been sent.

Implementation

bool? get IsDraft => this.PropertyBag[ItemSchema.IsDraft] as bool?;