Version

RecordManager Property (UndeleteRecordsStrategy.RecordInfo)

Returns the RecordManager associated with the item.
Syntax
'Declaration
 
Public ReadOnly Property RecordManager As RecordManager
public RecordManager RecordManager {get;}
Remarks

Note: Whereas the other properties identify the information of the record at the time it was deleted, this property is updated, when possible, to reflect the RecordManager to which the records would belong if they weren't deleted. This is usually used during the Undelete method to determine the RecordManager.SourceItems to which the items should be added during the undelete.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also