Dropbox .NET SDK
Show / Hide Table of Contents

Class UserFeatureValue.FileLocking

The file locking object

Inheritance
object
UserFeatureValue
UserFeatureValue.FileLocking
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.FileLocking : UserFeatureValue

Constructors

View Source

FileLocking(FileLockingValue)

Initializes a new instance of the UserFeatureValue.FileLocking class.

Declaration
public FileLocking(FileLockingValue value)
Parameters
Type Name Description
FileLockingValue value

The value

Properties

View Source

Value

Gets the value of this instance.

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