Class TeamFolderUpdateSyncSettingsArg
The team folder update sync settings arg object
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class TeamFolderUpdateSyncSettingsArg : TeamFolderIdArg
Constructors
View SourceTeamFolderUpdateSyncSettingsArg(string, SyncSettingArg, IEnumerable<ContentSyncSettingArg>)
Initializes a new instance of the TeamFolderUpdateSyncSettingsArg class.
Declaration
public TeamFolderUpdateSyncSettingsArg(string teamFolderId, SyncSettingArg syncSetting = null, IEnumerable<ContentSyncSettingArg> contentSyncSettings = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | teamFolderId | The ID of the team folder. |
| SyncSettingArg | syncSetting | Sync setting to apply to the team folder itself. Only meaningful if the team folder is not a shared team root. |
| IEnumerable<ContentSyncSettingArg> | contentSyncSettings | Sync settings to apply to contents of this team folder. |
Properties
View SourceContentSyncSettings
Sync settings to apply to contents of this team folder.
Declaration
public IList<ContentSyncSettingArg> ContentSyncSettings { get; protected set; }
Property Value
| Type | Description |
|---|---|
| IList<ContentSyncSettingArg> |
SyncSetting
Sync setting to apply to the team folder itself. Only meaningful if the team folder is not a shared team root.
Declaration
public SyncSettingArg SyncSetting { get; protected set; }
Property Value
| Type | Description |
|---|---|
| SyncSettingArg |