Class SharingTeamPolicyType
The sharing policy type of the Paper doc.
Inheritance
SharingTeamPolicyType
Inherited Members
Namespace: Dropbox.Api.Paper
Assembly: Dropbox.Api.dll
Syntax
public class SharingTeamPolicyType
Constructors
View SourceSharingTeamPolicyType()
Initializes a new instance of the SharingTeamPolicyType class.
Declaration
public SharingTeamPolicyType()
Properties
View SourceAsInviteOnly
Gets this instance as a InviteOnly, or null.
Declaration
public SharingTeamPolicyType.InviteOnly AsInviteOnly { get; }
Property Value
| Type | Description |
|---|---|
| SharingTeamPolicyType.InviteOnly |
AsPeopleWithLinkCanEdit
Gets this instance as a PeopleWithLinkCanEdit, or null.
Declaration
public SharingTeamPolicyType.PeopleWithLinkCanEdit AsPeopleWithLinkCanEdit { get; }
Property Value
| Type | Description |
|---|---|
| SharingTeamPolicyType.PeopleWithLinkCanEdit |
AsPeopleWithLinkCanViewAndComment
Gets this instance as a PeopleWithLinkCanViewAndComment, or
null.
Declaration
public SharingTeamPolicyType.PeopleWithLinkCanViewAndComment AsPeopleWithLinkCanViewAndComment { get; }
Property Value
| Type | Description |
|---|---|
| SharingTeamPolicyType.PeopleWithLinkCanViewAndComment |
IsInviteOnly
Gets a value indicating whether this instance is InviteOnly
Declaration
public bool IsInviteOnly { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsPeopleWithLinkCanEdit
Gets a value indicating whether this instance is PeopleWithLinkCanEdit
Declaration
public bool IsPeopleWithLinkCanEdit { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsPeopleWithLinkCanViewAndComment
Gets a value indicating whether this instance is PeopleWithLinkCanViewAndComment
Declaration
public bool IsPeopleWithLinkCanViewAndComment { get; }
Property Value
| Type | Description |
|---|---|
| bool |