Dropbox .NET SDK

Class MediaHubAddingPeoplePolicy

Policy for deciding who can be added to Media Hub content

Inheritance
object
MediaHubAddingPeoplePolicy
MediaHubAddingPeoplePolicy.Anyone
MediaHubAddingPeoplePolicy.Other
MediaHubAddingPeoplePolicy.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 MediaHubAddingPeoplePolicy

Constructors

View Source

MediaHubAddingPeoplePolicy()

Initializes a new instance of the MediaHubAddingPeoplePolicy class.

Declaration
public MediaHubAddingPeoplePolicy()

Properties

View Source

AsAnyone

Gets this instance as a Anyone, or null.

Declaration
public MediaHubAddingPeoplePolicy.Anyone AsAnyone { get; }
Property Value
Type Description
MediaHubAddingPeoplePolicy.Anyone
View Source

AsOther

Gets this instance as a Other, or null.

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

AsTeamOnly

Gets this instance as a TeamOnly, or null.

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

IsAnyone

Gets a value indicating whether this instance is Anyone

Declaration
public bool IsAnyone { 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

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