Show / Hide Table of Contents

Class TeamFolderArchiveArg

The team folder archive arg object

Inheritance
System.Object
TeamFolderIdArg
TeamFolderArchiveArg
Inherited Members
TeamFolderIdArg.TeamFolderId
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 Source

TeamFolderArchiveArg(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 Source

ForceAsyncOff

Whether to force the archive to happen synchronously.

Declaration
public bool ForceAsyncOff { get; protected set; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • TeamFolderArchiveArg(String, Boolean)
  • Properties
    • ForceAsyncOff
Back to top Generated by DocFX