Class SharingLinkPolicy
Policy for controlling if team members can share links externally
Inheritance
System.Object
SharingLinkPolicy
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 SourceSharingLinkPolicy()
Initializes a new instance of the SharingLinkPolicy class.
Declaration
public SharingLinkPolicy()
Properties
| Improve this Doc View SourceAsDefaultNoOne
Gets this instance as a DefaultNoOne, or null
.
Declaration
public SharingLinkPolicy.DefaultNoOne AsDefaultNoOne { get; }
Property Value
Type | Description |
---|---|
SharingLinkPolicy.DefaultNoOne |
AsDefaultPrivate
Gets this instance as a DefaultPrivate, or null
.
Declaration
public SharingLinkPolicy.DefaultPrivate AsDefaultPrivate { get; }
Property Value
Type | Description |
---|---|
SharingLinkPolicy.DefaultPrivate |
AsDefaultPublic
Gets this instance as a DefaultPublic, or null
.
Declaration
public SharingLinkPolicy.DefaultPublic AsDefaultPublic { get; }
Property Value
Type | Description |
---|---|
SharingLinkPolicy.DefaultPublic |
AsOnlyPrivate
Gets this instance as a OnlyPrivate, or null
.
Declaration
public SharingLinkPolicy.OnlyPrivate AsOnlyPrivate { get; }
Property Value
Type | Description |
---|---|
SharingLinkPolicy.OnlyPrivate |
AsOther
Gets this instance as a Other, or null
.
Declaration
public SharingLinkPolicy.Other AsOther { get; }
Property Value
Type | Description |
---|---|
SharingLinkPolicy.Other |
IsDefaultNoOne
Gets a value indicating whether this instance is DefaultNoOne
Declaration
public bool IsDefaultNoOne { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsDefaultPrivate
Gets a value indicating whether this instance is DefaultPrivate
Declaration
public bool IsDefaultPrivate { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsDefaultPublic
Gets a value indicating whether this instance is DefaultPublic
Declaration
public bool IsDefaultPublic { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOnlyPrivate
Gets a value indicating whether this instance is OnlyPrivate
Declaration
public bool IsOnlyPrivate { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |