Dropbox .NET SDK

Class DeviceApprovalsPolicy

The device approvals policy object

Inheritance
object
DeviceApprovalsPolicy
DeviceApprovalsPolicy.Limited
DeviceApprovalsPolicy.Other
DeviceApprovalsPolicy.Unlimited
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 DeviceApprovalsPolicy

Constructors

View Source

DeviceApprovalsPolicy()

Initializes a new instance of the DeviceApprovalsPolicy class.

Declaration
public DeviceApprovalsPolicy()

Properties

View Source

AsLimited

Gets this instance as a Limited, or null.

Declaration
public DeviceApprovalsPolicy.Limited AsLimited { get; }
Property Value
Type Description
DeviceApprovalsPolicy.Limited
View Source

AsOther

Gets this instance as a Other, or null.

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

AsUnlimited

Gets this instance as a Unlimited, or null.

Declaration
public DeviceApprovalsPolicy.Unlimited AsUnlimited { get; }
Property Value
Type Description
DeviceApprovalsPolicy.Unlimited
View Source

IsLimited

Gets a value indicating whether this instance is Limited

Declaration
public bool IsLimited { 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

IsUnlimited

Gets a value indicating whether this instance is Unlimited

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