Hide

SftDirectory 3.5 - ActiveX File/Folder Control

Display
Print

SftDirectoryFolder.ItemIDListShort Property

Returns the file/folder's relative ITEMIDLIST.

Syntax

Get

VB.NETrelativeIDL = object.ItemIDListShort As String
VBrelativeIDL = object.ItemIDListShort As String
C#.NETstring relativeIDL = object.ItemIDListShort;
VC++_bstr_t relativeIDL = object->ItemIDListShort;
_bstr_t relativeIDL = object->GetItemIDListShort();
CHRESULT object->get_ItemIDListShort(BSTR* relativeIDL);

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.

See Also SftDirectoryFolder Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.