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 SourceUnlockFileArg(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 SourcePath
Path in the user's Dropbox to a file.
Declaration
public string Path { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |