Show / Hide Table of Contents

Class UnlockFileArg

The unlock file arg object

Inheritance
System.Object
UnlockFileArg
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 UnlockFileArg

Constructors

| Improve this Doc View Source

UnlockFileArg(String)

Initializes a new instance of the UnlockFileArg class.

Declaration
public UnlockFileArg(string path)
Parameters
Type Name Description
System.String path

Path in the user's Dropbox to a file.

Properties

| Improve this Doc View Source

Path

Path in the user's Dropbox to a file.

Declaration
public string Path { get; protected set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • UnlockFileArg(String)
  • Properties
    • Path
Back to top Generated by DocFX