Class TeamFolderArchiveArg
The team folder archive arg object
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 TeamFolderArchiveArg : TeamFolderIdArg
Constructors
| Improve this Doc View SourceTeamFolderArchiveArg(String, Boolean)
Initializes a new instance of the TeamFolderArchiveArg class.
Declaration
public TeamFolderArchiveArg(string teamFolderId, bool forceAsyncOff = false)
Parameters
Type | Name | Description |
---|---|---|
System.String | teamFolderId | The ID of the team folder. |
System.Boolean | forceAsyncOff | Whether to force the archive to happen synchronously. |
Properties
| Improve this Doc View SourceForceAsyncOff
Whether to force the archive to happen synchronously.
Declaration
public bool ForceAsyncOff { get; protected set; }
Property Value
Type | Description |
---|---|
System.Boolean |