Show / Hide Table of Contents

Class SharingTeamPolicyType

The sharing policy type of the Paper doc.

Inheritance
System.Object
SharingTeamPolicyType
SharingTeamPolicyType.InviteOnly
SharingTeamPolicyType.PeopleWithLinkCanEdit
SharingTeamPolicyType.PeopleWithLinkCanViewAndComment
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.Paper
Assembly: Dropbox.Api.dll
Syntax
public class SharingTeamPolicyType

Constructors

| Improve this Doc View Source

SharingTeamPolicyType()

Initializes a new instance of the SharingTeamPolicyType class.

Declaration
public SharingTeamPolicyType()

Properties

| Improve this Doc View Source

AsInviteOnly

Gets this instance as a InviteOnly, or null.

Declaration
public SharingTeamPolicyType.InviteOnly AsInviteOnly { get; }
Property Value
Type Description
SharingTeamPolicyType.InviteOnly
| Improve this Doc View Source

AsPeopleWithLinkCanEdit

Gets this instance as a PeopleWithLinkCanEdit, or null.

Declaration
public SharingTeamPolicyType.PeopleWithLinkCanEdit AsPeopleWithLinkCanEdit { get; }
Property Value
Type Description
SharingTeamPolicyType.PeopleWithLinkCanEdit
| Improve this Doc View Source

AsPeopleWithLinkCanViewAndComment

Gets this instance as a PeopleWithLinkCanViewAndComment, or null.

Declaration
public SharingTeamPolicyType.PeopleWithLinkCanViewAndComment AsPeopleWithLinkCanViewAndComment { get; }
Property Value
Type Description
SharingTeamPolicyType.PeopleWithLinkCanViewAndComment
| Improve this Doc View Source

IsInviteOnly

Gets a value indicating whether this instance is InviteOnly

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

IsPeopleWithLinkCanEdit

Gets a value indicating whether this instance is PeopleWithLinkCanEdit

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

IsPeopleWithLinkCanViewAndComment

Gets a value indicating whether this instance is PeopleWithLinkCanViewAndComment

Declaration
public bool IsPeopleWithLinkCanViewAndComment { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • SharingTeamPolicyType()
  • Properties
    • AsInviteOnly
    • AsPeopleWithLinkCanEdit
    • AsPeopleWithLinkCanViewAndComment
    • IsInviteOnly
    • IsPeopleWithLinkCanEdit
    • IsPeopleWithLinkCanViewAndComment
Back to top Generated by DocFX