Dropbox .NET SDK
Show / Hide Table of Contents

Class PaperDocSharingPolicy

The paper doc sharing policy object

Inheritance
object
RefPaperDoc
PaperDocSharingPolicy
Inherited Members
RefPaperDoc.DocId
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Paper
Assembly: Dropbox.Api.dll
Syntax
public class PaperDocSharingPolicy : RefPaperDoc

Constructors

View Source

PaperDocSharingPolicy(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 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
  • View Source
In this article
Back to top Dropbox .NET SDK