Dropbox .NET SDK

Class MediaHubProjectRole

Media Hub project role

Inheritance
object
MediaHubProjectRole
MediaHubProjectRole.Editor
MediaHubProjectRole.Other
MediaHubProjectRole.Owner
MediaHubProjectRole.Reviewer
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 MediaHubProjectRole

Constructors

View Source

MediaHubProjectRole()

Initializes a new instance of the MediaHubProjectRole class.

Declaration
public MediaHubProjectRole()

Properties

View Source

AsEditor

Gets this instance as a Editor, or null.

Declaration
public MediaHubProjectRole.Editor AsEditor { get; }
Property Value
Type Description
MediaHubProjectRole.Editor
View Source

AsOther

Gets this instance as a Other, or null.

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

AsOwner

Gets this instance as a Owner, or null.

Declaration
public MediaHubProjectRole.Owner AsOwner { get; }
Property Value
Type Description
MediaHubProjectRole.Owner
View Source

AsReviewer

Gets this instance as a Reviewer, or null.

Declaration
public MediaHubProjectRole.Reviewer AsReviewer { get; }
Property Value
Type Description
MediaHubProjectRole.Reviewer
View Source

IsEditor

Gets a value indicating whether this instance is Editor

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

IsOwner

Gets a value indicating whether this instance is Owner

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

IsReviewer

Gets a value indicating whether this instance is Reviewer

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