Dropbox .NET SDK
Show / Hide Table of Contents

Class RolloutMethod

The rollout method object

Inheritance
object
RolloutMethod
RolloutMethod.AddMemberToExceptions
RolloutMethod.UnlinkAll
RolloutMethod.UnlinkMostInactive
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamPolicies
Assembly: Dropbox.Api.dll
Syntax
public class RolloutMethod

Constructors

View Source

RolloutMethod()

Initializes a new instance of the RolloutMethod class.

Declaration
public RolloutMethod()

Properties

View Source

AsAddMemberToExceptions

Gets this instance as a AddMemberToExceptions, or null.

Declaration
public RolloutMethod.AddMemberToExceptions AsAddMemberToExceptions { get; }
Property Value
Type Description
RolloutMethod.AddMemberToExceptions
View Source

AsUnlinkAll

Gets this instance as a UnlinkAll, or null.

Declaration
public RolloutMethod.UnlinkAll AsUnlinkAll { get; }
Property Value
Type Description
RolloutMethod.UnlinkAll
View Source

AsUnlinkMostInactive

Gets this instance as a UnlinkMostInactive, or null.

Declaration
public RolloutMethod.UnlinkMostInactive AsUnlinkMostInactive { get; }
Property Value
Type Description
RolloutMethod.UnlinkMostInactive
View Source

IsAddMemberToExceptions

Gets a value indicating whether this instance is AddMemberToExceptions

Declaration
public bool IsAddMemberToExceptions { get; }
Property Value
Type Description
bool
View Source

IsUnlinkAll

Gets a value indicating whether this instance is UnlinkAll

Declaration
public bool IsUnlinkAll { get; }
Property Value
Type Description
bool
View Source

IsUnlinkMostInactive

Gets a value indicating whether this instance is UnlinkMostInactive

Declaration
public bool IsUnlinkMostInactive { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK