Show / Hide Table of Contents

Class UnshareFolderArg

The unshare folder arg object

Inheritance
System.Object
UnshareFolderArg
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.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class UnshareFolderArg

Constructors

| Improve this Doc View Source

UnshareFolderArg(String, Boolean)

Initializes a new instance of the UnshareFolderArg class.

Declaration
public UnshareFolderArg(string sharedFolderId, bool leaveACopy = false)
Parameters
Type Name Description
System.String sharedFolderId

The ID for the shared folder.

System.Boolean leaveACopy

If true, members of this shared folder will get a copy of this folder after it's unshared. Otherwise, it will be removed from their Dropbox. The current user, who is an owner, will always retain their copy.

Properties

| Improve this Doc View Source

LeaveACopy

If true, members of this shared folder will get a copy of this folder after it's unshared. Otherwise, it will be removed from their Dropbox. The current user, who is an owner, will always retain their copy.

Declaration
public bool LeaveACopy { get; protected set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

SharedFolderId

The ID for the shared folder.

Declaration
public string SharedFolderId { get; protected set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • UnshareFolderArg(String, Boolean)
  • Properties
    • LeaveACopy
    • SharedFolderId
Back to top Generated by DocFX