Class RefPaperDoc
The ref paper doc object
Inheritance
System.Object
RefPaperDoc
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 RefPaperDoc
Constructors
| Improve this Doc View SourceRefPaperDoc(String)
Initializes a new instance of the RefPaperDoc class.
Declaration
public RefPaperDoc(string docId)
Parameters
Type | Name | Description |
---|---|---|
System.String | docId | The Paper doc ID. |
Properties
| Improve this Doc View SourceDocId
The Paper doc ID.
Declaration
public string DocId { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |