Dropbox .NET SDK
Show / Hide Table of Contents

Class UserFeatureValue

Values that correspond to entries in UserFeature.

Inheritance
object
UserFeatureValue
UserFeatureValue.DistinctMemberHome
UserFeatureValue.FileLocking
UserFeatureValue.Other
UserFeatureValue.PaperAsFiles
UserFeatureValue.TeamSharedDropbox
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Users
Assembly: Dropbox.Api.dll
Syntax
public class UserFeatureValue

Constructors

View Source

UserFeatureValue()

Initializes a new instance of the UserFeatureValue class.

Declaration
public UserFeatureValue()

Properties

View Source

AsDistinctMemberHome

Gets this instance as a DistinctMemberHome, or null.

Declaration
public UserFeatureValue.DistinctMemberHome AsDistinctMemberHome { get; }
Property Value
Type Description
UserFeatureValue.DistinctMemberHome
View Source

AsFileLocking

Gets this instance as a FileLocking, or null.

Declaration
public UserFeatureValue.FileLocking AsFileLocking { get; }
Property Value
Type Description
UserFeatureValue.FileLocking
View Source

AsOther

Gets this instance as a Other, or null.

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

AsPaperAsFiles

Gets this instance as a PaperAsFiles, or null.

Declaration
public UserFeatureValue.PaperAsFiles AsPaperAsFiles { get; }
Property Value
Type Description
UserFeatureValue.PaperAsFiles
View Source

AsTeamSharedDropbox

Gets this instance as a TeamSharedDropbox, or null.

Declaration
public UserFeatureValue.TeamSharedDropbox AsTeamSharedDropbox { get; }
Property Value
Type Description
UserFeatureValue.TeamSharedDropbox
View Source

IsDistinctMemberHome

Gets a value indicating whether this instance is DistinctMemberHome

Declaration
public bool IsDistinctMemberHome { get; }
Property Value
Type Description
bool
View Source

IsFileLocking

Gets a value indicating whether this instance is FileLocking

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

IsPaperAsFiles

Gets a value indicating whether this instance is PaperAsFiles

Declaration
public bool IsPaperAsFiles { get; }
Property Value
Type Description
bool
View Source

IsTeamSharedDropbox

Gets a value indicating whether this instance is TeamSharedDropbox

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