Show / Hide Table of Contents

Class RewindPolicy

Policy for controlling whether team members can rewind

Inheritance
System.Object
RewindPolicy
RewindPolicy.AdminsOnly
RewindPolicy.Everyone
RewindPolicy.Other
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class RewindPolicy

Constructors

| Improve this Doc View Source

RewindPolicy()

Initializes a new instance of the RewindPolicy class.

Declaration
public RewindPolicy()

Properties

| Improve this Doc View Source

AsAdminsOnly

Gets this instance as a AdminsOnly, or null.

Declaration
public RewindPolicy.AdminsOnly AsAdminsOnly { get; }
Property Value
Type Description
RewindPolicy.AdminsOnly
| Improve this Doc View Source

AsEveryone

Gets this instance as a Everyone, or null.

Declaration
public RewindPolicy.Everyone AsEveryone { get; }
Property Value
Type Description
RewindPolicy.Everyone
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public RewindPolicy.Other AsOther { get; }
Property Value
Type Description
RewindPolicy.Other
| Improve this Doc View Source

IsAdminsOnly

Gets a value indicating whether this instance is AdminsOnly

Declaration
public bool IsAdminsOnly { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsEveryone

Gets a value indicating whether this instance is Everyone

Declaration
public bool IsEveryone { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • RewindPolicy()
  • Properties
    • AsAdminsOnly
    • AsEveryone
    • AsOther
    • IsAdminsOnly
    • IsEveryone
    • IsOther
Back to top Generated by DocFX