Dropbox .NET SDK
Show / Hide Table of Contents

Class SharingPolicy

Sharing policy of Paper doc.

Inheritance
object
SharingPolicy
Inherited Members
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 SharingPolicy

Constructors

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

View Source

PublicSharingPolicy

This value applies to the non-team members.

Declaration
public SharingPublicPolicyType PublicSharingPolicy { get; protected set; }
Property Value
Type Description
SharingPublicPolicyType
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
  • View Source
In this article
Back to top Dropbox .NET SDK