Class MediaHubProjectRole
Media Hub project role
Inheritance
MediaHubProjectRole
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class MediaHubProjectRole
Constructors
View SourceMediaHubProjectRole()
Initializes a new instance of the MediaHubProjectRole class.
Declaration
public MediaHubProjectRole()
Properties
View SourceAsEditor
Gets this instance as a Editor, or null.
Declaration
public MediaHubProjectRole.Editor AsEditor { get; }
Property Value
| Type | Description |
|---|---|
| MediaHubProjectRole.Editor |
AsOther
Gets this instance as a Other, or null.
Declaration
public MediaHubProjectRole.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| MediaHubProjectRole.Other |
AsOwner
Gets this instance as a Owner, or null.
Declaration
public MediaHubProjectRole.Owner AsOwner { get; }
Property Value
| Type | Description |
|---|---|
| MediaHubProjectRole.Owner |
AsReviewer
Gets this instance as a Reviewer, or null.
Declaration
public MediaHubProjectRole.Reviewer AsReviewer { get; }
Property Value
| Type | Description |
|---|---|
| MediaHubProjectRole.Reviewer |
IsEditor
Gets a value indicating whether this instance is Editor
Declaration
public bool IsEditor { 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 |
IsOwner
Gets a value indicating whether this instance is Owner
Declaration
public bool IsOwner { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsReviewer
Gets a value indicating whether this instance is Reviewer
Declaration
public bool IsReviewer { get; }
Property Value
| Type | Description |
|---|---|
| bool |