Dropbox .NET SDK
Show / Hide Table of Contents

Class LegalHoldsListHeldRevisionsContinueArg

The legal holds list held revisions continue arg object

Inheritance
object
LegalHoldsListHeldRevisionsContinueArg
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class LegalHoldsListHeldRevisionsContinueArg

Constructors

View Source

LegalHoldsListHeldRevisionsContinueArg(string, string)

Initializes a new instance of the LegalHoldsListHeldRevisionsContinueArg class.

Declaration
public LegalHoldsListHeldRevisionsContinueArg(string id, string cursor = null)
Parameters
Type Name Description
string id

The legal hold Id.

string cursor

The cursor idicates where to continue reading file metadata entries for the next API call. When there are no more entries, the cursor will return none.

Properties

View Source

Cursor

The cursor idicates where to continue reading file metadata entries for the next API call. When there are no more entries, the cursor will return none.

Declaration
public string Cursor { get; protected set; }
Property Value
Type Description
string
View Source

Id

The legal hold Id.

Declaration
public string Id { get; protected set; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Dropbox .NET SDK