RecycleBinUtilGetLastRecycledItem Method
Gets the last recycled item that is inside the recycle bin of an specific drive.
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 ShellObject GetLastRecycledItem(
char driveLetter
)
Public Shared Function GetLastRecycledItem (
driveLetter As Char
) As ShellObject
Dim driveLetter As Char
Dim returnValue As ShellObject
returnValue = RecycleBinUtil.GetLastRecycledItem(driveLetter)
public:
static ShellObject^ GetLastRecycledItem(
wchar_t driveLetter
)
static member GetLastRecycledItem :
driveLetter : char -> ShellObject
No code example is currently available or this language may not be supported.
- driveLetter Char
-
The recycle bin drive letter.
ShellObject
The last recycled item that is inside the recycle bin of an specific drive.