Show / Hide Table of Contents

Class ContentSyncSetting

The content sync setting object

Inheritance
System.Object
ContentSyncSetting
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 ContentSyncSetting

Constructors

| Improve this Doc View Source

ContentSyncSetting(String, SyncSetting)

Initializes a new instance of the ContentSyncSetting class.

Declaration
public ContentSyncSetting(string id, SyncSetting syncSetting)
Parameters
Type Name Description
System.String id

Id of the item this setting is applied to.

SyncSetting syncSetting

Setting for this item.

Properties

| Improve this Doc View Source

Id

Id of the item this setting is applied to.

Declaration
public string Id { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

SyncSetting

Setting for this item.

Declaration
public SyncSetting SyncSetting { get; protected set; }
Property Value
Type Description
SyncSetting
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • ContentSyncSetting(String, SyncSetting)
  • Properties
    • Id
    • SyncSetting
Back to top Generated by DocFX