Show / Hide Table of Contents

Class FileSharingInfo

Sharing info for a file which is contained by a shared folder.

Inheritance
System.Object
SharingInfo
FileSharingInfo
Inherited Members
SharingInfo.ReadOnly
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 FileSharingInfo : SharingInfo

Constructors

| Improve this Doc View Source

FileSharingInfo(Boolean, String, String)

Initializes a new instance of the FileSharingInfo class.

Declaration
public FileSharingInfo(bool readOnly, string parentSharedFolderId, string modifiedBy = null)
Parameters
Type Name Description
System.Boolean readOnly

True if the file or folder is inside a read-only shared folder.

System.String parentSharedFolderId

ID of shared folder that holds this file.

System.String modifiedBy

The last user who modified the file. This field will be null if the user's account has been deleted.

Properties

| Improve this Doc View Source

ModifiedBy

The last user who modified the file. This field will be null if the user's account has been deleted.

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

ParentSharedFolderId

ID of shared folder that holds this file.

Declaration
public string ParentSharedFolderId { get; protected set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX