PLACEHOLDER_STATES Enumeration |
Specifies the states that a placeholder file can have. Retrieve this value through the System.FilePlaceholderStatus (PKEY_FilePlaceholderStatus) property.
Maps to Windows'
PLACEHOLDER_STATES enumeration..
Namespace:
ShellBoost.Core.WindowsShell
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax [FlagsAttribute]
public enum PLACEHOLDER_STATES
Members
| Member name | Value | Description |
---|
| PS_NONE | 0 |
None of the other states apply at this time.
|
| PS_MARKED_FOR_OFFLINE_AVAILABILITY | 1 |
May already be or eventually will be available offline.
|
| PS_FULL_PRIMARY_STREAM_AVAILABLE | 2 |
The primary stream has been made fully available.
|
| PS_CREATE_FILE_ACCESSIBLE | 4 |
The file is accessible through a call to the CreateFile function, without requesting the opening of reparse points.
|
| PS_CLOUDFILE_PLACEHOLDER | 8 |
The file is a cloud file placeholder.
|
| PS_DEFAULT | 7 |
A bitmask value for default flags.
|
| PS_ALL | 15 |
A bitmask value for all valid PLACEHOLDER_STATES flags.
|
See Also