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