Show / Hide Table of Contents

Class SharingInfo

Sharing info for a file or folder.

Inheritance
System.Object
SharingInfo
FileSharingInfo
FolderSharingInfo
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 Source

SharingInfo(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 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
System.Boolean

See Also

FileSharingInfo
FolderSharingInfo
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • SharingInfo(Boolean)
  • Properties
    • ReadOnly
  • See Also
Back to top Generated by DocFX