Class ContentSyncSettingArg
The content sync setting arg object
Inheritance
System.Object
ContentSyncSettingArg
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.Files
Assembly: Dropbox.Api.dll
Syntax
public class ContentSyncSettingArg
Constructors
| Improve this Doc View SourceContentSyncSettingArg(String, SyncSettingArg)
Initializes a new instance of the ContentSyncSettingArg class.
Declaration
public ContentSyncSettingArg(string id, SyncSettingArg syncSetting)
Parameters
Type | Name | Description |
---|---|---|
System.String | id | Id of the item this setting is applied to. |
SyncSettingArg | syncSetting | Setting for this item. |
Properties
| Improve this Doc View SourceId
Id of the item this setting is applied to.
Declaration
public string Id { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |
SyncSetting
Setting for this item.
Declaration
public SyncSettingArg SyncSetting { get; protected set; }
Property Value
Type | Description |
---|---|
SyncSettingArg |