Class LegalHoldsListHeldRevisionsContinueArg
The legal holds list held revisions continue arg object
Inheritance
System.Object
LegalHoldsListHeldRevisionsContinueArg
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.Team
Assembly: Dropbox.Api.dll
Syntax
public class LegalHoldsListHeldRevisionsContinueArg
Constructors
| Improve this Doc View SourceLegalHoldsListHeldRevisionsContinueArg(String, String)
Initializes a new instance of the LegalHoldsListHeldRevisionsContinueArg class.
Declaration
public LegalHoldsListHeldRevisionsContinueArg(string id, string cursor = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | id | The legal hold Id. |
System.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
| Improve this Doc 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 |
---|---|
System.String |
Id
The legal hold Id.
Declaration
public string Id { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |