Class TeamFolderArchiveArg
The team folder archive arg object
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class TeamFolderArchiveArg : TeamFolderIdArg
Constructors
View SourceTeamFolderArchiveArg(string, bool)
Initializes a new instance of the TeamFolderArchiveArg class.
Declaration
public TeamFolderArchiveArg(string teamFolderId, bool forceAsyncOff = false)
Parameters
| Type | Name | Description |
|---|---|---|
| string | teamFolderId | The ID of the team folder. |
| bool | forceAsyncOff | Whether to force the archive to happen synchronously. |
Properties
View SourceForceAsyncOff
Whether to force the archive to happen synchronously.
Declaration
public bool ForceAsyncOff { get; protected set; }
Property Value
| Type | Description |
|---|---|
| bool |