Show / Hide Table of Contents

Class PaperMemberPolicy

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

Inheritance
System.Object
PaperMemberPolicy
PaperMemberPolicy.AnyoneWithLink
PaperMemberPolicy.OnlyTeam
PaperMemberPolicy.Other
PaperMemberPolicy.TeamAndExplicitlyShared
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.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class PaperMemberPolicy

Constructors

| Improve this Doc View Source

PaperMemberPolicy()

Initializes a new instance of the PaperMemberPolicy class.

Declaration
public PaperMemberPolicy()

Properties

| Improve this Doc View Source

AsAnyoneWithLink

Gets this instance as a AnyoneWithLink, or null.

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

AsOnlyTeam

Gets this instance as a OnlyTeam, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsTeamAndExplicitlyShared

Gets this instance as a TeamAndExplicitlyShared, or null.

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

IsAnyoneWithLink

Gets a value indicating whether this instance is AnyoneWithLink

Declaration
public bool IsAnyoneWithLink { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOnlyTeam

Gets a value indicating whether this instance is OnlyTeam

Declaration
public bool IsOnlyTeam { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsTeamAndExplicitlyShared

Gets a value indicating whether this instance is TeamAndExplicitlyShared

Declaration
public bool IsTeamAndExplicitlyShared { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • PaperMemberPolicy()
  • Properties
    • AsAnyoneWithLink
    • AsOnlyTeam
    • AsOther
    • AsTeamAndExplicitlyShared
    • IsAnyoneWithLink
    • IsOnlyTeam
    • IsOther
    • IsTeamAndExplicitlyShared
Back to top Generated by DocFX