Class SharingInfo
Sharing info for a file or folder.
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 SharingInfo
Constructors
| Improve this Doc View SourceSharingInfo(Boolean)
Initializes a new instance of the SharingInfo class.
Declaration
public SharingInfo(bool readOnly)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | readOnly | True if the file or folder is inside a read-only shared folder. |
Properties
| Improve this Doc 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 |
---|---|
System.Boolean |