Class SingleUserLock
The single user lock object
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class SingleUserLock
Constructors
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 |
|---|---|---|
| DateTime | created | The time the lock was created. |
| string | lockHolderAccountId | The account ID of the lock holder if known. |
| string | lockHolderTeamId | The id of the team of the account holder if it exists. |
Properties
View SourceCreated
The time the lock was created.
Declaration
public DateTime Created { get; protected set; }
Property Value
| Type | Description |
|---|---|
| DateTime |
LockHolderAccountId
The account ID of the lock holder if known.
Declaration
public string LockHolderAccountId { get; protected set; }
Property Value
| Type | Description |
|---|---|
| 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 |
|---|---|
| string |