Class PaperDocSharingPolicy
The paper doc sharing policy object
Inherited Members
Namespace: Dropbox.Api.Paper
Assembly: Dropbox.Api.dll
Syntax
public class PaperDocSharingPolicy : RefPaperDoc
Constructors
View SourcePaperDocSharingPolicy(string, SharingPolicy)
Initializes a new instance of the PaperDocSharingPolicy class.
Declaration
public PaperDocSharingPolicy(string docId, SharingPolicy sharingPolicy)
Parameters
| Type | Name | Description |
|---|---|---|
| string | docId | The Paper doc ID. |
| SharingPolicy | sharingPolicy | The default sharing policy to be set for the Paper doc. |
Properties
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 |