Class RemovePaperDocUser
The remove paper doc user object
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.Paper
Assembly: Dropbox.Api.dll
Syntax
public class RemovePaperDocUser : RefPaperDoc
Constructors
| Improve this Doc View SourceRemovePaperDocUser(String, MemberSelector)
Initializes a new instance of the RemovePaperDocUser class.
Declaration
public RemovePaperDocUser(string docId, MemberSelector member)
Parameters
Type | Name | Description |
---|---|---|
System.String | docId | The Paper doc ID. |
MemberSelector | member | User which should be removed from the Paper doc. Specify only email address or Dropbox account ID. |
Properties
| Improve this Doc View SourceMember
User which should be removed from the Paper doc. Specify only email address or Dropbox account ID.
Declaration
public MemberSelector Member { get; protected set; }
Property Value
Type | Description |
---|---|
MemberSelector |