Class SharingInfo
Sharing info for a file or folder.
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class SharingInfo
Constructors
View SourceSharingInfo(bool)
Initializes a new instance of the SharingInfo class.
Declaration
public SharingInfo(bool readOnly)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | readOnly | True if the file or folder is inside a read-only shared folder. |
Properties
View SourceReadOnly
True if the file or folder is inside a read-only shared folder.
Declaration
public bool ReadOnly { get; protected set; }
Property Value
| Type | Description |
|---|---|
| bool |