Show / Hide Table of Contents

Class SharingPolicy

Sharing policy of Paper doc.

Inheritance
System.Object
SharingPolicy
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 SharingPolicy

Constructors

| Improve this Doc View Source

SharingPolicy(SharingPublicPolicyType, SharingTeamPolicyType)

Initializes a new instance of the SharingPolicy class.

Declaration
public SharingPolicy(SharingPublicPolicyType publicSharingPolicy = null, SharingTeamPolicyType teamSharingPolicy = null)
Parameters
Type Name Description
SharingPublicPolicyType publicSharingPolicy

This value applies to the non-team members.

SharingTeamPolicyType teamSharingPolicy

This value applies to the team members only. The value is null for all personal accounts.

Properties

| Improve this Doc View Source

PublicSharingPolicy

This value applies to the non-team members.

Declaration
public SharingPublicPolicyType PublicSharingPolicy { get; protected set; }
Property Value
Type Description
SharingPublicPolicyType
| Improve this Doc View Source

TeamSharingPolicy

This value applies to the team members only. The value is null for all personal accounts.

Declaration
public SharingTeamPolicyType TeamSharingPolicy { get; protected set; }
Property Value
Type Description
SharingTeamPolicyType

See Also

PaperDocSharingPolicy
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • SharingPolicy(SharingPublicPolicyType, SharingTeamPolicyType)
  • Properties
    • PublicSharingPolicy
    • TeamSharingPolicy
  • See Also
Back to top Generated by DocFX