Dropbox .NET SDK
Show / Hide Table of Contents

Class HasTeamSharedDropboxValue

The value for Feature.HasTeamSharedDropbox.

Inheritance
object
HasTeamSharedDropboxValue
HasTeamSharedDropboxValue.HasTeamSharedDropbox
HasTeamSharedDropboxValue.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.Team
Assembly: Dropbox.Api.dll
Syntax
public class HasTeamSharedDropboxValue

Constructors

View Source

HasTeamSharedDropboxValue()

Initializes a new instance of the HasTeamSharedDropboxValue class.

Declaration
public HasTeamSharedDropboxValue()

Properties

View Source

AsHasTeamSharedDropbox

Gets this instance as a HasTeamSharedDropbox, or null.

Declaration
public HasTeamSharedDropboxValue.HasTeamSharedDropbox AsHasTeamSharedDropbox { get; }
Property Value
Type Description
HasTeamSharedDropboxValue.HasTeamSharedDropbox
View Source

AsOther

Gets this instance as a Other, or null.

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

IsHasTeamSharedDropbox

Gets a value indicating whether this instance is HasTeamSharedDropbox

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