Dropbox .NET SDK
Show / Hide Table of Contents

Class UserFeatureValue.TeamSharedDropbox

The team shared dropbox object

Inheritance
object
UserFeatureValue
UserFeatureValue.TeamSharedDropbox
Inherited Members
UserFeatureValue.IsPaperAsFiles
UserFeatureValue.AsPaperAsFiles
UserFeatureValue.IsFileLocking
UserFeatureValue.AsFileLocking
UserFeatureValue.IsTeamSharedDropbox
UserFeatureValue.AsTeamSharedDropbox
UserFeatureValue.IsDistinctMemberHome
UserFeatureValue.AsDistinctMemberHome
UserFeatureValue.IsOther
UserFeatureValue.AsOther
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Users
Assembly: Dropbox.Api.dll
Syntax
public sealed class UserFeatureValue.TeamSharedDropbox : UserFeatureValue

Constructors

View Source

TeamSharedDropbox(TeamSharedDropboxValue)

Initializes a new instance of the UserFeatureValue.TeamSharedDropbox class.

Declaration
public TeamSharedDropbox(TeamSharedDropboxValue value)
Parameters
Type Name Description
TeamSharedDropboxValue value

The value

Properties

View Source

Value

Gets the value of this instance.

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