Class GetTeamEventsContinueArg
The get team events continue arg object
Inheritance
System.Object
GetTeamEventsContinueArg
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.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class GetTeamEventsContinueArg
Constructors
| Improve this Doc View SourceGetTeamEventsContinueArg(String)
Initializes a new instance of the GetTeamEventsContinueArg class.
Declaration
public GetTeamEventsContinueArg(string cursor)
Parameters
Type | Name | Description |
---|---|---|
System.String | cursor | Indicates from what point to get the next set of events. |
Properties
| Improve this Doc View SourceCursor
Indicates from what point to get the next set of events.
Declaration
public string Cursor { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |