Dropbox .NET SDK
Show / Hide Table of Contents

Class SharingTeamPolicyType

The sharing policy type of the Paper doc.

Inheritance
object
SharingTeamPolicyType
SharingTeamPolicyType.InviteOnly
SharingTeamPolicyType.PeopleWithLinkCanEdit
SharingTeamPolicyType.PeopleWithLinkCanViewAndComment
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Paper
Assembly: Dropbox.Api.dll
Syntax
public class SharingTeamPolicyType

Constructors

View Source

SharingTeamPolicyType()

Initializes a new instance of the SharingTeamPolicyType class.

Declaration
public SharingTeamPolicyType()

Properties

View Source

AsInviteOnly

Gets this instance as a InviteOnly, or null.

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

AsPeopleWithLinkCanEdit

Gets this instance as a PeopleWithLinkCanEdit, or null.

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

AsPeopleWithLinkCanViewAndComment

Gets this instance as a PeopleWithLinkCanViewAndComment, or null.

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

IsInviteOnly

Gets a value indicating whether this instance is InviteOnly

Declaration
public bool IsInviteOnly { get; }
Property Value
Type Description
bool
View Source

IsPeopleWithLinkCanEdit

Gets a value indicating whether this instance is PeopleWithLinkCanEdit

Declaration
public bool IsPeopleWithLinkCanEdit { get; }
Property Value
Type Description
bool
View Source

IsPeopleWithLinkCanViewAndComment

Gets a value indicating whether this instance is PeopleWithLinkCanViewAndComment

Declaration
public bool IsPeopleWithLinkCanViewAndComment { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK