Dropbox .NET SDK
Show / Hide Table of Contents

Class UnlockFileArg

The unlock file arg object

Inheritance
object
UnlockFileArg
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 UnlockFileArg

Constructors

View Source

UnlockFileArg(string)

Initializes a new instance of the UnlockFileArg class.

Declaration
public UnlockFileArg(string path)
Parameters
Type Name Description
string path

Path in the user's Dropbox to a file.

Properties

View Source

Path

Path in the user's Dropbox to a file.

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