Show / Hide Table of Contents

Class TeamFolderCreateArg

The team folder create arg object

Inheritance
System.Object
TeamFolderCreateArg
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 TeamFolderCreateArg

Constructors

| Improve this Doc View Source

TeamFolderCreateArg(String, SyncSettingArg)

Initializes a new instance of the TeamFolderCreateArg class.

Declaration
public TeamFolderCreateArg(string name, SyncSettingArg syncSetting = null)
Parameters
Type Name Description
System.String name

Name for the new team folder.

SyncSettingArg syncSetting

The sync setting to apply to this team folder. Only permitted if the team has team selective sync enabled.

Properties

| Improve this Doc View Source

Name

Name for the new team folder.

Declaration
public string Name { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

SyncSetting

The sync setting to apply to this team folder. Only permitted if the team has team selective sync enabled.

Declaration
public SyncSettingArg SyncSetting { get; protected set; }
Property Value
Type Description
SyncSettingArg
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • TeamFolderCreateArg(String, SyncSettingArg)
  • Properties
    • Name
    • SyncSetting
Back to top Generated by DocFX