Click or drag to resize

KnownFolder Methods

The KnownFolder type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodStatic memberFind(IntPtr)
Finds a known folder from a PIDL.
Public methodStatic memberFind(String, FFFP_MODE)
Finds a known folder from a path.
Public methodStatic memberFolderIdFromCsidl
Gets a folder identifier from a folder CSIDL.
Public methodStatic memberFolderIdToCsidl
Gets a folder CSIDL from a folder identifier.
Public methodStatic memberFromNativeObject
Gets a KnownFolder instance from a native COM object.
Public methodStatic memberGet(Guid)
Gets a known folder from its identifier.
Public methodStatic memberGet(String)
Gets a known folder from its name.
Public methodStatic memberGetAll
Gets a list of all known folders.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetIdList
Gets the PIDL.
Public methodGetName
Gets a name.
Public methodGetPath(KNOWN_FOLDER_FLAG, Boolean)
Gets the path.
Public methodStatic memberGetPath(Guid, KNOWN_FOLDER_FLAG, Boolean)
Gets the full path of a known folder identified by the folder's id.
Public methodStatic memberGetPath(Guid, IntPtr, KNOWN_FOLDER_FLAG, Boolean)
Gets the full path of a known folder identified by the folder's id.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToFolder
Converts this object to a ShellFolder.
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Top
See Also