Show / Hide Table of Contents

Class TeamFolderUpdateSyncSettingsArg

The team folder update sync settings arg object

Inheritance
System.Object
TeamFolderIdArg
TeamFolderUpdateSyncSettingsArg
Inherited Members
TeamFolderIdArg.TeamFolderId
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 Source

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

ContentSyncSettings

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>
| Improve this Doc View Source

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
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • TeamFolderUpdateSyncSettingsArg(String, SyncSettingArg, IEnumerable<ContentSyncSettingArg>)
  • Properties
    • ContentSyncSettings
    • SyncSetting
Back to top Generated by DocFX