Show / Hide Table of Contents

Class FileLock

The file lock object

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

Constructors

| Improve this Doc 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

| Improve this Doc View Source

Content

The lock description.

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

See Also

LockConflictError
LockFileResult
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • FileLock(FileLockContent)
  • Properties
    • Content
  • See Also
Back to top Generated by DocFX