Dropbox .NET SDK

Class MediaHubLinkSharingPolicy

Policy for deciding who Media Hub content can be shared with through links

Inheritance
object
MediaHubLinkSharingPolicy
MediaHubLinkSharingPolicy.NoOne
MediaHubLinkSharingPolicy.Other
MediaHubLinkSharingPolicy.Public
MediaHubLinkSharingPolicy.TeamOnly
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class MediaHubLinkSharingPolicy

Constructors

View Source

MediaHubLinkSharingPolicy()

Initializes a new instance of the MediaHubLinkSharingPolicy class.

Declaration
public MediaHubLinkSharingPolicy()

Properties

View Source

AsNoOne

Gets this instance as a NoOne, or null.

Declaration
public MediaHubLinkSharingPolicy.NoOne AsNoOne { get; }
Property Value
Type Description
MediaHubLinkSharingPolicy.NoOne
View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public MediaHubLinkSharingPolicy.Other AsOther { get; }
Property Value
Type Description
MediaHubLinkSharingPolicy.Other
View Source

AsPublic

Gets this instance as a Public, or null.

Declaration
public MediaHubLinkSharingPolicy.Public AsPublic { get; }
Property Value
Type Description
MediaHubLinkSharingPolicy.Public
View Source

AsTeamOnly

Gets this instance as a TeamOnly, or null.

Declaration
public MediaHubLinkSharingPolicy.TeamOnly AsTeamOnly { get; }
Property Value
Type Description
MediaHubLinkSharingPolicy.TeamOnly
View Source

IsNoOne

Gets a value indicating whether this instance is NoOne

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

IsOther

Gets a value indicating whether this instance is Other

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

IsPublic

Gets a value indicating whether this instance is Public

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

IsTeamOnly

Gets a value indicating whether this instance is TeamOnly

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