FileSharingInfo Class

Information about a file’s sharing status.

Constructors

Name Description
FileSharingInfo(bool, string, string) Creates a new instance of the FileSharingInfo class.

Properties

Name Type Description
ModifiedBy System.String The last user who modified the file.
ParentSharedFolderId System.String ID of the shared folder that holds this file.
ReadOnly System.Boolean Whether the file is inside a read-only shared folder.

Methods

Name Description
FileSharingInfo.FromJson(JObject) Creates a new instance of the FileSharingInfo class using a JSON object.
FileSharingInfo.ToString() Returns a string containing all of the class’ properties.