RecycleBinUtilUndeleteItem Method
Undeletes a recycled Item.
Namespace: DevCase.ThirdParty.WindowsApiCodePackAssembly: DevCase.net48.ThirdParty.WindowsApiCodePack (in DevCase.net48.ThirdParty.WindowsApiCodePack.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static void UndeleteItem(
ShellObject item
)
Public Shared Sub UndeleteItem (
item As ShellObject
)
Dim item As ShellObject
RecycleBinUtil.UndeleteItem(item)
public:
static void UndeleteItem(
ShellObject^ item
)
static member UndeleteItem :
item : ShellObject -> unit
No code example is currently available or this language may not be supported.
Parameters
- item ShellObject
-
The item to undelete.