Dropbox .NET SDK

Class AccountCapturePolicy

The account capture policy object

Inheritance
object
AccountCapturePolicy
AccountCapturePolicy.AllUsers
AccountCapturePolicy.Disabled
AccountCapturePolicy.InvitedUsers
AccountCapturePolicy.Other
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class AccountCapturePolicy

Constructors

View Source

AccountCapturePolicy()

Initializes a new instance of the AccountCapturePolicy class.

Declaration
public AccountCapturePolicy()

Properties

View Source

AsAllUsers

Gets this instance as a AllUsers, or null.

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

AsDisabled

Gets this instance as a Disabled, or null.

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

AsInvitedUsers

Gets this instance as a InvitedUsers, or null.

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

AsOther

Gets this instance as a Other, or null.

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

IsAllUsers

Gets a value indicating whether this instance is AllUsers

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

IsDisabled

Gets a value indicating whether this instance is Disabled

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

IsInvitedUsers

Gets a value indicating whether this instance is InvitedUsers

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

IsOther

Gets a value indicating whether this instance is Other

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