Class SingleUserLock
The single user lock object
Inheritance
System.Object
    SingleUserLock
  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 SingleUserLock
  Constructors
| Improve this Doc View SourceSingleUserLock(DateTime, String, String)
Initializes a new instance of the SingleUserLock class.
Declaration
public SingleUserLock(DateTime created, string lockHolderAccountId, string lockHolderTeamId = null)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.DateTime | created | The time the lock was created.  | 
      
| System.String | lockHolderAccountId | The account ID of the lock holder if known.  | 
      
| System.String | lockHolderTeamId | The id of the team of the account holder if it exists.  | 
      
Properties
| Improve this Doc View SourceCreated
The time the lock was created.
Declaration
public DateTime Created { get; protected set; }
  Property Value
| Type | Description | 
|---|---|
| System.DateTime | 
LockHolderAccountId
The account ID of the lock holder if known.
Declaration
public string LockHolderAccountId { get; protected set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
LockHolderTeamId
The id of the team of the account holder if it exists.
Declaration
public string LockHolderTeamId { get; protected set; }
  Property Value
| Type | Description | 
|---|---|
| System.String |