Class PaperMemberPolicy
Policy for controlling if team members can share Paper documents externally.
Inheritance
System.Object
PaperMemberPolicy
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 SourcePaperMemberPolicy()
Initializes a new instance of the PaperMemberPolicy class.
Declaration
public PaperMemberPolicy()
Properties
| Improve this Doc 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 |
---|---|
System.Boolean |
IsOnlyTeam
Gets a value indicating whether this instance is OnlyTeam
Declaration
public bool IsOnlyTeam { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsTeamAndExplicitlyShared
Gets a value indicating whether this instance is TeamAndExplicitlyShared
Declaration
public bool IsTeamAndExplicitlyShared { get; }
Property Value
Type | Description |
---|---|
System.Boolean |