Dropbox .NET SDK

Class ExternalSharingControlsActivationState

The external sharing controls activation state object

Inheritance
object
ExternalSharingControlsActivationState
ExternalSharingControlsActivationState.Active
ExternalSharingControlsActivationState.Disabled
ExternalSharingControlsActivationState.Legacy
ExternalSharingControlsActivationState.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 ExternalSharingControlsActivationState

Constructors

View Source

ExternalSharingControlsActivationState()

Initializes a new instance of the ExternalSharingControlsActivationState class.

Declaration
public ExternalSharingControlsActivationState()

Properties

View Source

AsActive

Gets this instance as a Active, or null.

Declaration
public ExternalSharingControlsActivationState.Active AsActive { get; }
Property Value
Type Description
ExternalSharingControlsActivationState.Active
View Source

AsDisabled

Gets this instance as a Disabled, or null.

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

AsLegacy

Gets this instance as a Legacy, or null.

Declaration
public ExternalSharingControlsActivationState.Legacy AsLegacy { get; }
Property Value
Type Description
ExternalSharingControlsActivationState.Legacy
View Source

AsOther

Gets this instance as a Other, or null.

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

IsActive

Gets a value indicating whether this instance is Active

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

IsLegacy

Gets a value indicating whether this instance is Legacy

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