SftDirectory 2.5

SftDirectoryFolder.ItemIDListShort Property

Softel vdm, Inc.

Returns the file/folder's relative ITEMIDLIST.

Syntax       

Get

VB.NET

relativeIDL = object.ItemIDListShort  As String

VB

relativeIDL = object.ItemIDListShort  As String

C#.NET

string relativeIDL = object.ItemIDListShort;

VC++

_bstr_t relativeIDL = object->ItemIDListShort;
_bstr_t relativeIDL = object->GetItemIDListShort();

C

HRESULT object->get_ItemIDListShort(BSTR* relativeIDL);

Delphi

relativeIDL := object.ItemIDListShort   : WideString;

object

A SftDirectoryFolder object.

relativeIDL

Returns the file/folder's relative ITEMIDLIST.

Comments

The ItemIDListShort property returns the file/folder's relative 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