Dropbox .NET SDK
Show / Hide Table of Contents

Class SharingInfo

Sharing info for a file or folder.

Inheritance
object
SharingInfo
FileSharingInfo
FolderSharingInfo
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 SharingInfo

Constructors

View Source

SharingInfo(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 Source

ReadOnly

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

See Also

FileSharingInfo
FolderSharingInfo
  • View Source
In this article
Back to top Dropbox .NET SDK