Dropbox .NET SDK
Show / Hide Table of Contents

Class TeamFolderArchiveArg

The team folder archive arg object

Inheritance
object
TeamFolderIdArg
TeamFolderArchiveArg
Inherited Members
TeamFolderIdArg.TeamFolderId
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class TeamFolderArchiveArg : TeamFolderIdArg

Constructors

View Source

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

ForceAsyncOff

Whether to force the archive to happen synchronously.

Declaration
public bool ForceAsyncOff { get; protected set; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK