Class RolloutMethod
The rollout method object
Inheritance
RolloutMethod
Inherited Members
Namespace: Dropbox.Api.TeamPolicies
Assembly: Dropbox.Api.dll
Syntax
public class RolloutMethod
Constructors
View SourceRolloutMethod()
Initializes a new instance of the RolloutMethod class.
Declaration
public RolloutMethod()
Properties
View SourceAsAddMemberToExceptions
Gets this instance as a AddMemberToExceptions, or null.
Declaration
public RolloutMethod.AddMemberToExceptions AsAddMemberToExceptions { get; }
Property Value
| Type | Description |
|---|---|
| RolloutMethod.AddMemberToExceptions |
AsUnlinkAll
Gets this instance as a UnlinkAll, or null.
Declaration
public RolloutMethod.UnlinkAll AsUnlinkAll { get; }
Property Value
| Type | Description |
|---|---|
| RolloutMethod.UnlinkAll |
AsUnlinkMostInactive
Gets this instance as a UnlinkMostInactive, or null.
Declaration
public RolloutMethod.UnlinkMostInactive AsUnlinkMostInactive { get; }
Property Value
| Type | Description |
|---|---|
| RolloutMethod.UnlinkMostInactive |
IsAddMemberToExceptions
Gets a value indicating whether this instance is AddMemberToExceptions
Declaration
public bool IsAddMemberToExceptions { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsUnlinkAll
Gets a value indicating whether this instance is UnlinkAll
Declaration
public bool IsUnlinkAll { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsUnlinkMostInactive
Gets a value indicating whether this instance is UnlinkMostInactive
Declaration
public bool IsUnlinkMostInactive { get; }
Property Value
| Type | Description |
|---|---|
| bool |