KnownFolder Class |
Namespace: ShellBoost.Core.WindowsShell
public sealed class KnownFolder
The KnownFolder type exposes the following members.
Name | Description | |
---|---|---|
Attributes |
Gets the file attributes.
| |
Category |
Gets the category.
| |
DefaultPath |
Gets the default path.
| |
Description |
Gets the description.
| |
Desktop |
Gets the desktop folder.
| |
DisplayName |
Gets the display name.
| |
EditingName |
Gets the absolute name for Windows Shell editing.
| |
Flags |
Gets the definition flags.
| |
FolderType |
Gets the folder type identifier.
| |
Icon |
Gets the icon path.
| |
Id |
Gets the identifier.
| |
LocalizedName |
Gets the localized name.
| |
Name |
Gets the name.
| |
NameForAddressBar |
Gets the relative name for the Windows Shell address bar.
| |
NameForEditing |
Gets the relative name for Windows Shell editing.
| |
NameForUI |
Gets the relative name for Windows Shell UI.
| |
NativeObject |
Gets the underlying Shell native object (IKnownFolder).
| |
Parent |
Gets the parent known folder.
| |
ParentId |
Gets the parent identifier.
| |
ParsingName |
Gets the parsing name.
| |
RedirectionCapabilities |
Gets the redirection capabilities.
| |
RelativePath |
Gets the relative path.
| |
Security |
Gets the security descriptor.
| |
Tooltip |
Gets the tooltip.
|
Name | Description | |
---|---|---|
Find(IntPtr) |
Finds a known folder from a PIDL.
| |
Find(String, FFFP_MODE) |
Finds a known folder from a path.
| |
FolderIdFromCsidl |
Gets a folder identifier from a folder CSIDL.
| |
FolderIdToCsidl |
Gets a folder CSIDL from a folder identifier.
| |
FromNativeObject |
Gets a KnownFolder instance from a native COM object.
| |
Get(Guid) |
Gets a known folder from its identifier.
| |
Get(String) |
Gets a known folder from its name.
| |
GetAll |
Gets a list of all known folders.
| |
GetIdList |
Gets the PIDL.
| |
GetName |
Gets a name.
| |
GetPath(KNOWN_FOLDER_FLAG, Boolean) |
Gets the path.
| |
GetPath(Guid, KNOWN_FOLDER_FLAG, Boolean) |
Gets the full path of a known folder identified by the folder's id.
| |
GetPath(Guid, IntPtr, KNOWN_FOLDER_FLAG, Boolean) |
Gets the full path of a known folder identified by the folder's id.
| |
ToFolder |
Converts this object to a ShellFolder.
| |
ToString |
Returns a String that represents this instance.
(Overrides ObjectToString.) |