OldItemId property

ItemId? OldItemId
Gets the Id of the item that was moved or copied. OldItemId is only meaningful when EventType is equal to either EventType.Moved or EventType.Copied. For all other event types, OldItemId is null.

Implementation

complex.ItemId? get OldItemId => this._oldItemId;