Class LegalHoldsListHeldRevisionsContinueArg
The legal holds list held revisions continue arg object
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class LegalHoldsListHeldRevisionsContinueArg
Constructors
View SourceLegalHoldsListHeldRevisionsContinueArg(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 SourceCursor
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 |
Id
The legal hold Id.
Declaration
public string Id { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |