Dropbox .NET SDK
Show / Hide Table of Contents

Class ContentSyncSettingArg

The content sync setting arg object

Inheritance
object
ContentSyncSettingArg
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class ContentSyncSettingArg

Constructors

View Source

ContentSyncSettingArg(string, SyncSettingArg)

Initializes a new instance of the ContentSyncSettingArg class.

Declaration
public ContentSyncSettingArg(string id, SyncSettingArg syncSetting)
Parameters
Type Name Description
string id

Id of the item this setting is applied to.

SyncSettingArg syncSetting

Setting for this item.

Properties

View Source

Id

Id of the item this setting is applied to.

Declaration
public string Id { get; protected set; }
Property Value
Type Description
string
View Source

SyncSetting

Setting for this item.

Declaration
public SyncSettingArg SyncSetting { get; protected set; }
Property Value
Type Description
SyncSettingArg
  • View Source
In this article
Back to top Dropbox .NET SDK