Show / Hide Table of Contents

Class RolloutMethod

The rollout method object

Inheritance
System.Object
RolloutMethod
RolloutMethod.AddMemberToExceptions
RolloutMethod.UnlinkAll
RolloutMethod.UnlinkMostInactive
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.TeamPolicies
Assembly: Dropbox.Api.dll
Syntax
public class RolloutMethod

Constructors

| Improve this Doc View Source

RolloutMethod()

Initializes a new instance of the RolloutMethod class.

Declaration
public RolloutMethod()

Properties

| Improve this Doc View Source

AsAddMemberToExceptions

Gets this instance as a AddMemberToExceptions, or null.

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

AsUnlinkAll

Gets this instance as a UnlinkAll, or null.

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

AsUnlinkMostInactive

Gets this instance as a UnlinkMostInactive, or null.

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

IsAddMemberToExceptions

Gets a value indicating whether this instance is AddMemberToExceptions

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

IsUnlinkAll

Gets a value indicating whether this instance is UnlinkAll

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

IsUnlinkMostInactive

Gets a value indicating whether this instance is UnlinkMostInactive

Declaration
public bool IsUnlinkMostInactive { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • RolloutMethod()
  • Properties
    • AsAddMemberToExceptions
    • AsUnlinkAll
    • AsUnlinkMostInactive
    • IsAddMemberToExceptions
    • IsUnlinkAll
    • IsUnlinkMostInactive
Back to top Generated by DocFX