Class LocationID
Enum of CSIDLs identifying standard shell folders.
Inheritance
Namespace: Syncfusion.Windows.Tools
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public sealed class LocationID : Enum
Fields
Custom
If set to Custom RootPath should be specified.
Declaration
public const LocationID Custom
Field Value
Type |
---|
LocationID |
Desktop
The virtual folder representing the Windows desktop, the root of the namespace.
Declaration
public const LocationID Desktop
Field Value
Type |
---|
LocationID |
Favorites
The file system directory that serves as a common repository for favorite items common to all users. Valid only for Windows NT systems.
Declaration
public const LocationID Favorites
Field Value
Type |
---|
LocationID |
MyComputer
The virtual folder representing My Computer, containing everything on the local computer: storage devices, printers, and Control Panel. The folder may also contain mapped network drives.
Declaration
public const LocationID MyComputer
Field Value
Type |
---|
LocationID |
MyDocuments
The virtual folder representing the My Documents desktop item.
Declaration
public const LocationID MyDocuments
Field Value
Type |
---|
LocationID |
MyPictures
The file system directory that serves as a common repository for image files.
Declaration
public const LocationID MyPictures
Field Value
Type |
---|
LocationID |
NetAndDialUpConnections
The virtual folder representing Network Connections, containing network and dial-up connections.
Declaration
public const LocationID NetAndDialUpConnections
Field Value
Type |
---|
LocationID |
NetworkNeighborhood
A virtual folder representing Network Neighborhood, the root of the network namespace hierarchy.
Declaration
public const LocationID NetworkNeighborhood
Field Value
Type |
---|
LocationID |
Printers
The virtual folder containing installed printers.
Declaration
public const LocationID Printers
Field Value
Type |
---|
LocationID |
ProgramFiles
The Program Files folder.
Declaration
public const LocationID ProgramFiles
Field Value
Type |
---|
LocationID |
Recent
The file system directory that serves as a common repository for the user's favorite items.
Declaration
public const LocationID Recent
Field Value
Type |
---|
LocationID |
SendTo
The file system directory that contains Send To menu items.
Declaration
public const LocationID SendTo
Field Value
Type |
---|
LocationID |
StartMenu
The file system directory containing Start menu items.
Declaration
public const LocationID StartMenu
Field Value
Type |
---|
LocationID |
Templates
The file system directory that serves as a common repository for document templates.
Declaration
public const LocationID Templates
Field Value
Type |
---|
LocationID |
Windows
The Windows directory or SYSROOT. This corresponds to the %windir% or %SYSTEMROOT% environment variables.
Declaration
public const LocationID Windows
Field Value
Type |
---|
LocationID |