Dropbox .NET SDK

Class PaperMemberPolicy

Policy for controlling if team members can share Paper documents externally.

Inheritance
object
PaperMemberPolicy
PaperMemberPolicy.AnyoneWithLink
PaperMemberPolicy.OnlyTeam
PaperMemberPolicy.Other
PaperMemberPolicy.TeamAndExplicitlyShared
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class PaperMemberPolicy

Constructors

View Source

PaperMemberPolicy()

Initializes a new instance of the PaperMemberPolicy class.

Declaration
public PaperMemberPolicy()

Properties

View Source

AsAnyoneWithLink

Gets this instance as a AnyoneWithLink, or null.

Declaration
public PaperMemberPolicy.AnyoneWithLink AsAnyoneWithLink { get; }
Property Value
Type Description
PaperMemberPolicy.AnyoneWithLink
View Source

AsOnlyTeam

Gets this instance as a OnlyTeam, or null.

Declaration
public PaperMemberPolicy.OnlyTeam AsOnlyTeam { get; }
Property Value
Type Description
PaperMemberPolicy.OnlyTeam
View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public PaperMemberPolicy.Other AsOther { get; }
Property Value
Type Description
PaperMemberPolicy.Other
View Source

AsTeamAndExplicitlyShared

Gets this instance as a TeamAndExplicitlyShared, or null.

Declaration
public PaperMemberPolicy.TeamAndExplicitlyShared AsTeamAndExplicitlyShared { get; }
Property Value
Type Description
PaperMemberPolicy.TeamAndExplicitlyShared
View Source

IsAnyoneWithLink

Gets a value indicating whether this instance is AnyoneWithLink

Declaration
public bool IsAnyoneWithLink { get; }
Property Value
Type Description
bool
View Source

IsOnlyTeam

Gets a value indicating whether this instance is OnlyTeam

Declaration
public bool IsOnlyTeam { get; }
Property Value
Type Description
bool
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
View Source

IsTeamAndExplicitlyShared

Gets a value indicating whether this instance is TeamAndExplicitlyShared

Declaration
public bool IsTeamAndExplicitlyShared { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK