Class FileSharingInfo
Sharing info for a file which is contained by a shared 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 FileSharingInfo : SharingInfo
Constructors
| Improve this Doc View SourceFileSharingInfo(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 SourceModifiedBy
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 |
ParentSharedFolderId
ID of shared folder that holds this file.
Declaration
public string ParentSharedFolderId { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |