Class TeamFolderCreateArg
The team folder create arg object
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class TeamFolderCreateArg
Constructors
View SourceTeamFolderCreateArg(string, SyncSettingArg)
Initializes a new instance of the TeamFolderCreateArg class.
Declaration
public TeamFolderCreateArg(string name, SyncSettingArg syncSetting = null)
Parameters
| Type | Name | Description |
|---|---|---|
| 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
View SourceName
Name for the new team folder.
Declaration
public string Name { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
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 |