Share via


ShareStates Enum

Definition

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

All -1

Flag specifying that shares of all states should be included.

Deleted 2

Flag specifying that deleted shares 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.

Applies to