SearchFolder Class |
Namespace: Jam.Shell
The SearchFolder type exposes the following members.
Name | Description | |
---|---|---|
SearchFolder |
Creates a "search folder" with a specified search query and scope and returns this folder as ItemIdList.
|
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.
(Inherited from ItemIdList.) | |
Count |
Returns the number of parts this ItemIdList consists of.
(Inherited from ItemIdList.) | |
DisplayPath |
Returns a string representing the path for this item suitable for displaying.
(Inherited from ItemIdList.) | |
IsExpandable | Gets a value indicating whether this object is expandable. (Inherited from ItemIdList.) | |
IsFolder |
Does this ItemIdList element represent a directory?
(Inherited from ItemIdList.) | |
IsInNetwork | (Inherited from ItemIdList.) | |
IsInvalid |
Returns true if the currently stored ItemIdList is valid; false otherwise;
(Inherited from ItemIdList.) | |
IsRootOfNamespace |
Returns true if the current ItemIdList is the root of the shell name space. This is commonly the "Desktop"
(Inherited from ItemIdList.) | |
IsSearchFolder | Gets a value indicating whether this object represents a search folder. (Inherited from ItemIdList.) | |
IsSlow | Gets a value indicating whether this object is slow. (Overrides ItemIdListIsSlow.) | |
LinkTarget |
Gets the link target if the element represented by this ItemIdList is a link.
(Inherited from ItemIdList.) | |
Name | Returns the physical name of the ItemIdList. (Inherited from ItemIdList.) | |
Parent |
Returns the parent ItemIdList, or an invalid ItemIdList if no parent exists.
(Inherited from ItemIdList.) | |
ParentPath |
Returns the parent directory of the element represented by this ItemIdList.
(Inherited from 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.
(Inherited from ItemIdList.) | |
SpecialFolder |
SpecialFolder allows you to get the type of the currently listed folder.
(Inherited from ItemIdList.) | |
Win32Ptr | Gets the window 32 pointer, i.e. the PIDL of the ItemIdList. (Inherited from ItemIdList.) |
Name | Description | |
---|---|---|
CompareTo(Object) | Determines the relative order of "this" and "other". (Inherited from ItemIdList.) | |
CompareTo(ItemIdList) |
Determines the relative order of "this" and "other".
(Inherited from ItemIdList.) | |
CompareTo(ItemIdList, ItemIdListComparison) |
Determines the relative order of "this" and "other".
(Inherited from ItemIdList.) | |
Concat |
Concatenates the specified ItemIdList to the current one.
(Inherited from ItemIdList.) | |
ConcatRelativeIdList |
Concatenates a relative item idlist to the current one returning a new object
(Inherited from ItemIdList.) | |
Dispose |
Releases ressources.
(Inherited from ItemIdListBase2.) | |
Dispose(Boolean) | Releases Com-Interfaces associated with this ItemIdList. (Inherited from ItemIdList.) | |
Equals(Object) |
Determines whether the specified ItemIdList references the same object in the Windows Shell namespace.
(Inherited from ItemIdList.) | |
Equals(ItemIdList) |
Determines whether the specified ItemIdList references the same object in the Windows Shell namespace.
(Inherited from ItemIdList.) | |
Equals(ItemIdList, ItemIdListComparison) |
Determines whether the specified ItemIdList references the same object in the Windows Shell namespace.
(Inherited from ItemIdList.) | |
Finalize |
Finalizes an instance of the ItemIdListBase2 class.
Releases unmanaged ressources before the instance is reclaimed by the Garbage Collection.
(Inherited from ItemIdListBase2.) | |
GetDisplayName | Gets a display name as specified by the passed format. (Inherited from ItemIdList.) | |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from ItemIdList.) | |
GetPart |
Returns a new instance of the ItemIdList class that contains only a part of the current ItemIdList.
(Inherited from ItemIdList.) | |
GetPropertyDisplayValue | Gets property value converted to a string. (Inherited from ItemIdList.) | |
GetPropertyVariantValue | Gets property value of the shell item represented by this ItemIdList. Depending on the attribute requested, the value is converted into a matching type. (Inherited from ItemIdList.) | |
HasAttributes |
Determines whether the object represented by this ItemIdList has the specified attributes.
(Inherited from ItemIdList.) | |
IsParentOf |
Determines whether the passed ItemIdList is a child of this instance or if it represents the same element as the callee.
(Inherited from ItemIdList.) | |
IsSpecialFolder(ShellFolder) |
Compares the ItemIdList to a ShellFolder.
(Inherited from ItemIdList.) | |
IsSpecialFolder(ShellFolder) | Compares the ItemIdList to the set of ShellFolder instances. (Inherited from ItemIdList.) | |
LastPart |
Returns the last part of an ItemIdList as new ItemIdList.
(Inherited from ItemIdList.) | |
ReleaseHandle |
Free the current Win32 ItemIdList.
(Inherited from ItemIdList.) | |
Reload | Reloads the ItemIdList by updating the ShellItem and reassigning the pidl. Turns non-functional ItemIdLists as they are sent by ShellNotifications into functional ones. (Inherited from ItemIdList.) | |
Rename | Renames the ItemIdList. (Inherited from ItemIdList.) | |
SetPropertyValue | Sets a property value. (Inherited from ItemIdList.) |