Class SharingAllowlistListContinueArg
The sharing allowlist list continue arg object
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class SharingAllowlistListContinueArg
Constructors
View SourceSharingAllowlistListContinueArg(string)
Initializes a new instance of the SharingAllowlistListContinueArg class.
Declaration
public SharingAllowlistListContinueArg(string cursor)
Parameters
| Type | Name | Description |
|---|---|---|
| string | cursor | The cursor returned from a previous call to SharingAllowlistListAsync(SharingAllowlistListArg) or SharingAllowlistListContinueAsync(SharingAllowlistListContinueArg). |
Properties
View SourceCursor
The cursor returned from a previous call to SharingAllowlistListAsync(SharingAllowlistListArg) or SharingAllowlistListContinueAsync(SharingAllowlistListContinueArg).
Declaration
public string Cursor { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |