Class MediaHubLinkSharingPolicy
Policy for deciding who Media Hub content can be shared with through links
Inheritance
MediaHubLinkSharingPolicy
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class MediaHubLinkSharingPolicy
Constructors
View SourceMediaHubLinkSharingPolicy()
Initializes a new instance of the MediaHubLinkSharingPolicy class.
Declaration
public MediaHubLinkSharingPolicy()
Properties
View SourceAsNoOne
Gets this instance as a NoOne, or null.
Declaration
public MediaHubLinkSharingPolicy.NoOne AsNoOne { get; }
Property Value
| Type | Description |
|---|---|
| MediaHubLinkSharingPolicy.NoOne |
AsOther
Gets this instance as a Other, or null.
Declaration
public MediaHubLinkSharingPolicy.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| MediaHubLinkSharingPolicy.Other |
AsPublic
Gets this instance as a Public, or null.
Declaration
public MediaHubLinkSharingPolicy.Public AsPublic { get; }
Property Value
| Type | Description |
|---|---|
| MediaHubLinkSharingPolicy.Public |
AsTeamOnly
Gets this instance as a TeamOnly, or null.
Declaration
public MediaHubLinkSharingPolicy.TeamOnly AsTeamOnly { get; }
Property Value
| Type | Description |
|---|---|
| MediaHubLinkSharingPolicy.TeamOnly |
IsNoOne
Gets a value indicating whether this instance is NoOne
Declaration
public bool IsNoOne { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsPublic
Gets a value indicating whether this instance is Public
Declaration
public bool IsPublic { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsTeamOnly
Gets a value indicating whether this instance is TeamOnly
Declaration
public bool IsTeamOnly { get; }
Property Value
| Type | Description |
|---|---|
| bool |