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