Click or drag to resize

SearchFolder Properties

The SearchFolder 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.
(Inherited from ItemIdList.)
Public propertyCount
Returns the number of parts this ItemIdList consists of.
(Inherited from ItemIdList.)
Public propertyDisplayPath
Returns a string representing the path for this item suitable for displaying.
(Inherited from ItemIdList.)
Public propertyIsExpandable
Gets a value indicating whether this object is expandable.
(Inherited from ItemIdList.)
Public propertyIsFolder
Does this ItemIdList element represent a directory?
(Inherited from ItemIdList.)
Public propertyIsInNetwork
true if this ItemIdList is part of the nethood; false
(Inherited from ItemIdList.)
Public propertyIsInvalid
Returns true if the currently stored ItemIdList is valid; false otherwise;
(Inherited from ItemIdList.)
Public propertyIsRootOfNamespace
Returns true if the current ItemIdList is the root of the shell name space. This is commonly the "Desktop"
(Inherited from ItemIdList.)
Public propertyIsSearchFolder
Gets a value indicating whether this object represents a search folder.
(Inherited from ItemIdList.)
Public propertyIsSlow
Gets a value indicating whether this object is slow.
(Overrides ItemIdListIsSlow.)
Public propertyLinkTarget
Gets the link target if the element represented by this ItemIdList is a link.
(Inherited from ItemIdList.)
Public propertyName
Returns the physical name of the ItemIdList.
(Inherited from ItemIdList.)
Public propertyParent
Returns the parent ItemIdList, or an invalid ItemIdList if no parent exists.
(Inherited from ItemIdList.)
Public propertyParentPath
Returns the parent directory of the element represented by this ItemIdList.
(Inherited from 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.
(Inherited from ItemIdList.)
Public propertySpecialFolder
SpecialFolder allows you to get the type of the currently listed folder.
(Inherited from ItemIdList.)
Public propertyWin32Ptr
Gets the window 32 pointer, i.e. the PIDL of the ItemIdList.
(Inherited from ItemIdList.)
Top
See Also