Show / Hide Table of Contents

Class PaperDocSharingPolicy

The paper doc sharing policy object

Inheritance
System.Object
RefPaperDoc
PaperDocSharingPolicy
Inherited Members
RefPaperDoc.DocId
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 Source

PaperDocSharingPolicy(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 Source

SharingPolicy

The default sharing policy to be set for the Paper doc.

Declaration
public SharingPolicy SharingPolicy { get; protected set; }
Property Value
Type Description
SharingPolicy
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • PaperDocSharingPolicy(String, SharingPolicy)
  • Properties
    • SharingPolicy
Back to top Generated by DocFX