Dropbox .NET SDK
Show / Hide Table of Contents

Class FileLockContent.SingleUser

A lock held by a single user.

Inheritance
object
FileLockContent
FileLockContent.SingleUser
Inherited Members
FileLockContent.IsUnlocked
FileLockContent.AsUnlocked
FileLockContent.IsSingleUser
FileLockContent.AsSingleUser
FileLockContent.IsOther
FileLockContent.AsOther
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public sealed class FileLockContent.SingleUser : FileLockContent

Constructors

View Source

SingleUser(SingleUserLock)

Initializes a new instance of the FileLockContent.SingleUser class.

Declaration
public SingleUser(SingleUserLock value)
Parameters
Type Name Description
SingleUserLock value

The value

Properties

View Source

Value

Gets the value of this instance.

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