ItemIdList Properties |
The ItemIdList type exposes the following members.
Name | Description | |
---|---|---|
Caption |
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.
| |
Count |
Returns the number of parts this ItemIdList consists of.
| |
DisplayPath |
Returns a string representing the path for this item suitable for displaying.
| |
IsExpandable | Gets a value indicating whether this object is expandable. | |
IsFolder |
Does this ItemIdList element represent a directory?
| |
IsInNetwork | ||
IsInSearchFolder |
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.
| |
IsInvalid |
Returns true if the currently stored ItemIdList is valid; false otherwise;
(Overrides ItemIdListBase2IsInvalid.) | |
IsRootOfNamespace |
Returns true if the current ItemIdList is the root of the shell name space. This is commonly the "Desktop"
| |
IsSearchFolder | Gets a value indicating whether this object represents a search folder. | |
IsSlow | Gets a value indicating whether this object is slow. | |
LinkTarget |
Gets the link target if the element represented by this ItemIdList is a link.
| |
Name | Returns the physical name of the ItemIdList. | |
Parent |
Returns the parent ItemIdList, or an invalid ItemIdList if no parent exists.
| |
ParentPath |
Returns the parent directory of the element represented by this ItemIdList.
| |
Path |
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.
| |
SpecialFolder |
SpecialFolder allows you to get the type of the currently listed folder.
| |
Win32Ptr | Gets the window 32 pointer, i.e. the PIDL of the ItemIdList. |