Class AccountCapturePolicy
The account capture policy object
Inheritance
System.Object
    AccountCapturePolicy
      
      
      
      
  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 AccountCapturePolicy
  Constructors
| Improve this Doc View SourceAccountCapturePolicy()
Initializes a new instance of the AccountCapturePolicy class.
Declaration
public AccountCapturePolicy()
  Properties
| Improve this Doc View SourceAsAllUsers
Gets this instance as a AllUsers, or null.
Declaration
public AccountCapturePolicy.AllUsers AsAllUsers { get; }
  Property Value
| Type | Description | 
|---|---|
| AccountCapturePolicy.AllUsers | 
AsDisabled
Gets this instance as a Disabled, or null.
Declaration
public AccountCapturePolicy.Disabled AsDisabled { get; }
  Property Value
| Type | Description | 
|---|---|
| AccountCapturePolicy.Disabled | 
AsInvitedUsers
Gets this instance as a InvitedUsers, or null.
Declaration
public AccountCapturePolicy.InvitedUsers AsInvitedUsers { get; }
  Property Value
| Type | Description | 
|---|---|
| AccountCapturePolicy.InvitedUsers | 
AsOther
Gets this instance as a Other, or null.
Declaration
public AccountCapturePolicy.Other AsOther { get; }
  Property Value
| Type | Description | 
|---|---|
| AccountCapturePolicy.Other | 
IsAllUsers
Gets a value indicating whether this instance is AllUsers
Declaration
public bool IsAllUsers { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsDisabled
Gets a value indicating whether this instance is Disabled
Declaration
public bool IsDisabled { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsInvitedUsers
Gets a value indicating whether this instance is InvitedUsers
Declaration
public bool IsInvitedUsers { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean |