Class RewindPolicy
Policy for controlling whether team members can rewind
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class RewindPolicy
Constructors
View SourceRewindPolicy()
Initializes a new instance of the RewindPolicy class.
Declaration
public RewindPolicy()
Properties
View SourceAsAdminsOnly
Gets this instance as a AdminsOnly, or null.
Declaration
public RewindPolicy.AdminsOnly AsAdminsOnly { get; }
Property Value
| Type | Description |
|---|---|
| RewindPolicy.AdminsOnly |
AsEveryone
Gets this instance as a Everyone, or null.
Declaration
public RewindPolicy.Everyone AsEveryone { get; }
Property Value
| Type | Description |
|---|---|
| RewindPolicy.Everyone |
AsOther
Gets this instance as a Other, or null.
Declaration
public RewindPolicy.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| RewindPolicy.Other |
IsAdminsOnly
Gets a value indicating whether this instance is AdminsOnly
Declaration
public bool IsAdminsOnly { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsEveryone
Gets a value indicating whether this instance is Everyone
Declaration
public bool IsEveryone { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |