Show / Hide Table of Contents

Class SharingLinkPolicy

Policy for controlling if team members can share links externally

Inheritance
System.Object
SharingLinkPolicy
SharingLinkPolicy.DefaultNoOne
SharingLinkPolicy.DefaultPrivate
SharingLinkPolicy.DefaultPublic
SharingLinkPolicy.OnlyPrivate
SharingLinkPolicy.Other
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 SharingLinkPolicy

Constructors

| Improve this Doc View Source

SharingLinkPolicy()

Initializes a new instance of the SharingLinkPolicy class.

Declaration
public SharingLinkPolicy()

Properties

| Improve this Doc View Source

AsDefaultNoOne

Gets this instance as a DefaultNoOne, or null.

Declaration
public SharingLinkPolicy.DefaultNoOne AsDefaultNoOne { get; }
Property Value
Type Description
SharingLinkPolicy.DefaultNoOne
| Improve this Doc View Source

AsDefaultPrivate

Gets this instance as a DefaultPrivate, or null.

Declaration
public SharingLinkPolicy.DefaultPrivate AsDefaultPrivate { get; }
Property Value
Type Description
SharingLinkPolicy.DefaultPrivate
| Improve this Doc View Source

AsDefaultPublic

Gets this instance as a DefaultPublic, or null.

Declaration
public SharingLinkPolicy.DefaultPublic AsDefaultPublic { get; }
Property Value
Type Description
SharingLinkPolicy.DefaultPublic
| Improve this Doc View Source

AsOnlyPrivate

Gets this instance as a OnlyPrivate, or null.

Declaration
public SharingLinkPolicy.OnlyPrivate AsOnlyPrivate { get; }
Property Value
Type Description
SharingLinkPolicy.OnlyPrivate
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public SharingLinkPolicy.Other AsOther { get; }
Property Value
Type Description
SharingLinkPolicy.Other
| Improve this Doc View Source

IsDefaultNoOne

Gets a value indicating whether this instance is DefaultNoOne

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

IsDefaultPrivate

Gets a value indicating whether this instance is DefaultPrivate

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

IsDefaultPublic

Gets a value indicating whether this instance is DefaultPublic

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

IsOnlyPrivate

Gets a value indicating whether this instance is OnlyPrivate

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

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • SharingLinkPolicy()
  • Properties
    • AsDefaultNoOne
    • AsDefaultPrivate
    • AsDefaultPublic
    • AsOnlyPrivate
    • AsOther
    • IsDefaultNoOne
    • IsDefaultPrivate
    • IsDefaultPublic
    • IsOnlyPrivate
    • IsOther
Back to top Generated by DocFX