Class PaperMemberPolicy
Policy for controlling if team members can share Paper documents externally.
Inheritance
PaperMemberPolicy
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class PaperMemberPolicy
Constructors
View SourcePaperMemberPolicy()
Initializes a new instance of the PaperMemberPolicy class.
Declaration
public PaperMemberPolicy()
Properties
View SourceAsAnyoneWithLink
Gets this instance as a AnyoneWithLink, or null.
Declaration
public PaperMemberPolicy.AnyoneWithLink AsAnyoneWithLink { get; }
Property Value
| Type | Description |
|---|---|
| PaperMemberPolicy.AnyoneWithLink |
AsOnlyTeam
Gets this instance as a OnlyTeam, or null.
Declaration
public PaperMemberPolicy.OnlyTeam AsOnlyTeam { get; }
Property Value
| Type | Description |
|---|---|
| PaperMemberPolicy.OnlyTeam |
AsOther
Gets this instance as a Other, or null.
Declaration
public PaperMemberPolicy.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| PaperMemberPolicy.Other |
AsTeamAndExplicitlyShared
Gets this instance as a TeamAndExplicitlyShared, or null.
Declaration
public PaperMemberPolicy.TeamAndExplicitlyShared AsTeamAndExplicitlyShared { get; }
Property Value
| Type | Description |
|---|---|
| PaperMemberPolicy.TeamAndExplicitlyShared |
IsAnyoneWithLink
Gets a value indicating whether this instance is AnyoneWithLink
Declaration
public bool IsAnyoneWithLink { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOnlyTeam
Gets a value indicating whether this instance is OnlyTeam
Declaration
public bool IsOnlyTeam { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsTeamAndExplicitlyShared
Gets a value indicating whether this instance is TeamAndExplicitlyShared
Declaration
public bool IsTeamAndExplicitlyShared { get; }
Property Value
| Type | Description |
|---|---|
| bool |