Class LockFileArg
The lock file arg object
Inheritance
System.Object
LockFileArg
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 LockFileArg
Constructors
| Improve this Doc View SourceLockFileArg(String)
Initializes a new instance of the LockFileArg class.
Declaration
public LockFileArg(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 |