Show / Hide Table of Contents

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 Source

SingleUserLock(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 Source

Created

The time the lock was created.

Declaration
public DateTime Created { get; protected set; }
Property Value
Type Description
System.DateTime
| Improve this Doc View Source

LockHolderAccountId

The account ID of the lock holder if known.

Declaration
public string LockHolderAccountId { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

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
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • SingleUserLock(DateTime, String, String)
  • Properties
    • Created
    • LockHolderAccountId
    • LockHolderTeamId
Back to top Generated by DocFX