Dropbox .NET SDK
Show / Hide Table of Contents

Class SharingPublicPolicyType

The sharing public policy type object

Inheritance
object
SharingPublicPolicyType
SharingPublicPolicyType.Disabled
SharingPublicPolicyType.InviteOnly
SharingPublicPolicyType.PeopleWithLinkCanEdit
SharingPublicPolicyType.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 SharingPublicPolicyType

Constructors

View Source

SharingPublicPolicyType()

Initializes a new instance of the SharingPublicPolicyType class.

Declaration
public SharingPublicPolicyType()

Properties

View Source

AsDisabled

Gets this instance as a Disabled, or null.

Declaration
public SharingPublicPolicyType.Disabled AsDisabled { get; }
Property Value
Type Description
SharingPublicPolicyType.Disabled
View Source

AsInviteOnly

Gets this instance as a InviteOnly, or null.

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

AsPeopleWithLinkCanEdit

Gets this instance as a PeopleWithLinkCanEdit, or null.

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

AsPeopleWithLinkCanViewAndComment

Gets this instance as a PeopleWithLinkCanViewAndComment, or null.

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

IsDisabled

Gets a value indicating whether this instance is Disabled

Declaration
public bool IsDisabled { get; }
Property Value
Type Description
bool
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