Show / Hide Table of Contents

Class AccountCapturePolicy

The account capture policy object

Inheritance
System.Object
AccountCapturePolicy
AccountCapturePolicy.AllUsers
AccountCapturePolicy.Disabled
AccountCapturePolicy.InvitedUsers
AccountCapturePolicy.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 AccountCapturePolicy

Constructors

| Improve this Doc View Source

AccountCapturePolicy()

Initializes a new instance of the AccountCapturePolicy class.

Declaration
public AccountCapturePolicy()

Properties

| Improve this Doc View Source

AsAllUsers

Gets this instance as a AllUsers, or null.

Declaration
public AccountCapturePolicy.AllUsers AsAllUsers { get; }
Property Value
Type Description
AccountCapturePolicy.AllUsers
| Improve this Doc View Source

AsDisabled

Gets this instance as a Disabled, or null.

Declaration
public AccountCapturePolicy.Disabled AsDisabled { get; }
Property Value
Type Description
AccountCapturePolicy.Disabled
| Improve this Doc View Source

AsInvitedUsers

Gets this instance as a InvitedUsers, or null.

Declaration
public AccountCapturePolicy.InvitedUsers AsInvitedUsers { get; }
Property Value
Type Description
AccountCapturePolicy.InvitedUsers
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

IsAllUsers

Gets a value indicating whether this instance is AllUsers

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

IsDisabled

Gets a value indicating whether this instance is Disabled

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

IsInvitedUsers

Gets a value indicating whether this instance is InvitedUsers

Declaration
public bool IsInvitedUsers { 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
    • AccountCapturePolicy()
  • Properties
    • AsAllUsers
    • AsDisabled
    • AsInvitedUsers
    • AsOther
    • IsAllUsers
    • IsDisabled
    • IsInvitedUsers
    • IsOther
Back to top Generated by DocFX