IsUnmodified property

bool? IsUnmodified
Gets a value indicating whether the item has been modified since it was created.

Implementation

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