This documentation is archived and is not being maintained.
Workspace::PendUndelete Method (array<ItemSpec>, LockLevel, Boolean)
Visual Studio 2013
Queues deleted files or folders for restoration to the version-control repository.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
public: int PendUndelete( array<ItemSpec^>^ itemSpecs, LockLevel lockLevel, bool updateDisk )
Parameters
- itemSpecs
- Type: array<Microsoft.TeamFoundation.VersionControl.Client::ItemSpec>
The path to the items to restore.
- lockLevel
- Type: Microsoft.TeamFoundation.VersionControl.Client::LockLevel
The lock level to apply to each item.
- updateDisk
- Type: System::Boolean
True to write restored items to the local disk. False to leave the local disk unaltered.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: