Class PaperDocSharingPolicy
The paper doc sharing policy 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 PaperDocSharingPolicy : RefPaperDoc
Constructors
| Improve this Doc View SourcePaperDocSharingPolicy(String, SharingPolicy)
Initializes a new instance of the PaperDocSharingPolicy class.
Declaration
public PaperDocSharingPolicy(string docId, SharingPolicy sharingPolicy)
Parameters
Type | Name | Description |
---|---|---|
System.String | docId | The Paper doc ID. |
SharingPolicy | sharingPolicy | The default sharing policy to be set for the Paper doc. |
Properties
| Improve this Doc View SourceSharingPolicy
The default sharing policy to be set for the Paper doc.
Declaration
public SharingPolicy SharingPolicy { get; protected set; }
Property Value
Type | Description |
---|---|
SharingPolicy |