Click or drag to resize

ItemIdList Properties

The ItemIdList type exposes the following members.

Properties
 NameDescription
Public propertyCaption Returns the display name of the object for that this ItemIdList stands for. This does not neccessarily return the complete filename of the object, refer to Path if this functionality is required.
Public propertyCount Returns the number of parts this ItemIdList consists of.
Public propertyDisplayPath Returns a string representing the path for this item suitable for displaying.
Public propertyIsExpandableGets a value indicating whether this object is expandable.
Public propertyIsFolder Does this ItemIdList element represent a directory?
Public propertyIsInNetworktrue if this ItemIdList is part of the nethood; false
Public propertyIsInSearchFolder Similar to IsSearchFolder, method returns true, if the current ItemIdList belongs to a search folder, i.e. if it is a subfolder appearing in a search result.
Public propertyIsInvalid Returns true if the currently stored ItemIdList is valid; false otherwise;
(Overrides ItemIdListBase2IsInvalid)
Public propertyIsRootOfNamespace Returns true if the current ItemIdList is the root of the shell name space. This is commonly the "Desktop"
Public propertyIsSearchFolderGets a value indicating whether this object represents a search folder.
Public propertyIsSlowGets a value indicating whether this object is slow.
Public propertyLinkTarget Gets the link target if the element represented by this ItemIdList is a link.
Public propertyNameReturns the physical name of the ItemIdList.
Public propertyParent Returns the parent ItemIdList, or an invalid ItemIdList if no parent exists.
Public propertyParentPath Returns the parent directory of the element represented by this ItemIdList.
Public propertyPath The corresponding file system path of this ItemIdList. This property may be empty if the current ItemIdList does not belong to a file system object.
Public propertySpecialFolder SpecialFolder allows you to get the type of the currently listed folder.
Public propertyWin32PtrGets the window 32 pointer, i.e. the PIDL of the ItemIdList.
Top
See Also