|
|
|
SftDirectory.GetItemIDListParent Method |
Retrieves the parent's absolute ITEMIDLIST given an absolute ITEMIDLIST.
Syntax
VB.NET |
object.GetItemIDListParent(ByVal absoluteIDL As String, ByRef ParentIDL As String, ByRef relativeIDL As String) |
||
VB |
object.GetItemIDListParent(ByVal absoluteIDL As String, ParentIDL As String, relativeIDL As String) |
||
C#.NET |
void object.GetItemIDListParent(string absoluteIDL, out string ParentIDL, out string relativeIDL); |
||
VC++ |
HRESULT object->GetItemIDListParent(_bstr_t absoluteIDL, _bstr_t* ParentIDL, _bstr_t* relativeIDL); |
||
C |
HRESULT object->raw_GetItemIDListParent(BSTR absoluteIDL, BSTR* ParentIDL, BSTR* relativeIDL); |
||
Delphi |
procedure object.GetItemIDListParent(absoluteIDL : WideString, out ParentIDL : WideString, out relativeIDL : WideString); |
object
A SftDirectory object.
absoluteIDL
The file/folder's ITEMIDLIST structure, for which the parent folder's ITEMIDLIST is to be returned.
ParentIDL
Returns the parent folder's ITEMIDLIST structure.
relativeIDL
Returns the file/folder's relative ITEMIDLIST structure (relative to the parent folder).
Comments
The GetItemIDListParent method retrieves the parent's absolute ITEMIDLIST given an absolute ITEMIDLIST.