Class FileSharingInfo
Sharing info for a file which is contained by a shared folder.
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class FileSharingInfo : SharingInfo
Constructors
View SourceFileSharingInfo(bool, string, string)
Initializes a new instance of the FileSharingInfo class.
Declaration
public FileSharingInfo(bool readOnly, string parentSharedFolderId, string modifiedBy = null)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | readOnly | True if the file or folder is inside a read-only shared folder. |
| string | parentSharedFolderId | ID of shared folder that holds this file. |
| string | modifiedBy | The last user who modified the file. This field will be null if the user's account has been deleted. |
Properties
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 |
|---|---|
| string |
ParentSharedFolderId
ID of shared folder that holds this file.
Declaration
public string ParentSharedFolderId { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |