Class TeamFolderUpdateSyncSettingsArg
The team folder update sync settings arg object
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 TeamFolderUpdateSyncSettingsArg : TeamFolderIdArg
Constructors
| Improve this Doc 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 |
---|---|---|
System.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. |
System.Collections.Generic.IEnumerable<ContentSyncSettingArg> | contentSyncSettings | Sync settings to apply to contents of this team folder. |
Properties
| Improve this Doc View SourceContentSyncSettings
Sync settings to apply to contents of this team folder.
Declaration
public IList<ContentSyncSettingArg> ContentSyncSettings { get; protected set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.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 |