Dropbox .NET SDK
Show / Hide Table of Contents

Class FileLock

The file lock object

Inheritance
object
FileLock
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class FileLock

Constructors

View Source

FileLock(FileLockContent)

Initializes a new instance of the FileLock class.

Declaration
public FileLock(FileLockContent content)
Parameters
Type Name Description
FileLockContent content

The lock description.

Properties

View Source

Content

The lock description.

Declaration
public FileLockContent Content { get; protected set; }
Property Value
Type Description
FileLockContent

See Also

LockConflictError
LockFileResult
  • View Source
In this article
Back to top Dropbox .NET SDK