OldFolderId property

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

Implementation

complex.FolderId? get OldFolderId => this._oldFolderId;