Class ContentSyncSetting
The content sync setting object
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class ContentSyncSetting
Constructors
View SourceContentSyncSetting(string, SyncSetting)
Initializes a new instance of the ContentSyncSetting class.
Declaration
public ContentSyncSetting(string id, SyncSetting syncSetting)
Parameters
| Type | Name | Description |
|---|---|---|
| string | id | Id of the item this setting is applied to. |
| SyncSetting | syncSetting | Setting for this item. |
Properties
View SourceId
Id of the item this setting is applied to.
Declaration
public string Id { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
SyncSetting
Setting for this item.
Declaration
public SyncSetting SyncSetting { get; protected set; }
Property Value
| Type | Description |
|---|---|
| SyncSetting |