Class ExternalSharingControlsActivationState
The external sharing controls activation state object
Inheritance
ExternalSharingControlsActivationState
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class ExternalSharingControlsActivationState
Constructors
View SourceExternalSharingControlsActivationState()
Initializes a new instance of the ExternalSharingControlsActivationState class.
Declaration
public ExternalSharingControlsActivationState()
Properties
View SourceAsActive
Gets this instance as a Active, or null.
Declaration
public ExternalSharingControlsActivationState.Active AsActive { get; }
Property Value
| Type | Description |
|---|---|
| ExternalSharingControlsActivationState.Active |
AsDisabled
Gets this instance as a Disabled, or null.
Declaration
public ExternalSharingControlsActivationState.Disabled AsDisabled { get; }
Property Value
| Type | Description |
|---|---|
| ExternalSharingControlsActivationState.Disabled |
AsLegacy
Gets this instance as a Legacy, or null.
Declaration
public ExternalSharingControlsActivationState.Legacy AsLegacy { get; }
Property Value
| Type | Description |
|---|---|
| ExternalSharingControlsActivationState.Legacy |
AsOther
Gets this instance as a Other, or null.
Declaration
public ExternalSharingControlsActivationState.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| ExternalSharingControlsActivationState.Other |
IsActive
Gets a value indicating whether this instance is Active
Declaration
public bool IsActive { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsDisabled
Gets a value indicating whether this instance is Disabled
Declaration
public bool IsDisabled { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsLegacy
Gets a value indicating whether this instance is Legacy
Declaration
public bool IsLegacy { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |