ShareStates Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
States to determine the shares included with GetSharesAsync(ShareTraits, ShareStates, String, CancellationToken). operation.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum ShareStates
[<System.Flags>]
type ShareStates =
Public Enum ShareStates
- Inheritance
-
ShareStates
- Attributes
Fields
Name | Value | Description |
---|---|---|
All | -1 | Flag specifying that shares of all states should be included. |
None | 0 | Default value specifying that no flags are set in ShareStates. |
Snapshots | 1 | Flag specifying that the share's snapshots should be included. Snapshots are listed from oldest to newest. |
Deleted | 2 | Flag specifying that deleted shares should be included. |