SftDirectory 2.5

SftDirectoryFolder.ItemIDList Property

Softel vdm, Inc.

Returns the file/folder's absolute ITEMIDLIST.

Syntax       

Get

VB.NET

absoluteIDL = object.ItemIDList  As String

VB

absoluteIDL = object.ItemIDList  As String

C#.NET

string absoluteIDL = object.ItemIDList;

VC++

_bstr_t absoluteIDL = object->ItemIDList;
_bstr_t absoluteIDL = object->GetItemIDList();

C

HRESULT object->get_ItemIDList(BSTR* absoluteIDL);

Delphi

absoluteIDL := object.ItemIDList   : WideString;

object

A SftDirectoryFolder object.

absoluteIDL

Returns the file/folder's absolute ITEMIDLIST.

Comments

The ItemIDList property returns the file/folder's absolute ITEMIDLIST.

ITEMIDLIST structures are typically used when communicating with the Windows Shell.  For detailed information about the ITEMIDLIST structure and its use, please see Microsoft's Windows documentation.


Feedback / comments / error reports for this topic
© 2003, 2008 - Softel vdm, Inc. - www.softelvdm.com