Class MediaHubAddingPeoplePolicy
Policy for deciding who can be added to Media Hub content
Inheritance
MediaHubAddingPeoplePolicy
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class MediaHubAddingPeoplePolicy
Constructors
View SourceMediaHubAddingPeoplePolicy()
Initializes a new instance of the MediaHubAddingPeoplePolicy class.
Declaration
public MediaHubAddingPeoplePolicy()
Properties
View SourceAsAnyone
Gets this instance as a Anyone, or null.
Declaration
public MediaHubAddingPeoplePolicy.Anyone AsAnyone { get; }
Property Value
| Type | Description |
|---|---|
| MediaHubAddingPeoplePolicy.Anyone |
AsOther
Gets this instance as a Other, or null.
Declaration
public MediaHubAddingPeoplePolicy.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| MediaHubAddingPeoplePolicy.Other |
AsTeamOnly
Gets this instance as a TeamOnly, or null.
Declaration
public MediaHubAddingPeoplePolicy.TeamOnly AsTeamOnly { get; }
Property Value
| Type | Description |
|---|---|
| MediaHubAddingPeoplePolicy.TeamOnly |
IsAnyone
Gets a value indicating whether this instance is Anyone
Declaration
public bool IsAnyone { 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 |
IsTeamOnly
Gets a value indicating whether this instance is TeamOnly
Declaration
public bool IsTeamOnly { get; }
Property Value
| Type | Description |
|---|---|
| bool |