Class GetTeamEventsContinueArg
The get team events continue arg object
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class GetTeamEventsContinueArg
Constructors
View SourceGetTeamEventsContinueArg(string)
Initializes a new instance of the GetTeamEventsContinueArg class.
Declaration
public GetTeamEventsContinueArg(string cursor)
Parameters
| Type | Name | Description |
|---|---|---|
| string | cursor | Indicates from what point to get the next set of events. |
Properties
View SourceCursor
Indicates from what point to get the next set of events.
Declaration
public string Cursor { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |