Class ReplayLinkAccess
Who can access this Replay link
Inheritance
ReplayLinkAccess
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class ReplayLinkAccess
Constructors
View SourceReplayLinkAccess()
Initializes a new instance of the ReplayLinkAccess class.
Declaration
public ReplayLinkAccess()
Properties
View SourceAsAnyoneLoggedIn
Gets this instance as a AnyoneLoggedIn, or null.
Declaration
public ReplayLinkAccess.AnyoneLoggedIn AsAnyoneLoggedIn { get; }
Property Value
| Type | Description |
|---|---|
| ReplayLinkAccess.AnyoneLoggedIn |
AsNoLoginRequired
Gets this instance as a NoLoginRequired, or null.
Declaration
public ReplayLinkAccess.NoLoginRequired AsNoLoginRequired { get; }
Property Value
| Type | Description |
|---|---|
| ReplayLinkAccess.NoLoginRequired |
AsOther
Gets this instance as a Other, or null.
Declaration
public ReplayLinkAccess.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| ReplayLinkAccess.Other |
AsTeamAndApproved
Gets this instance as a TeamAndApproved, or null.
Declaration
public ReplayLinkAccess.TeamAndApproved AsTeamAndApproved { get; }
Property Value
| Type | Description |
|---|---|
| ReplayLinkAccess.TeamAndApproved |
AsTeamOnly
Gets this instance as a TeamOnly, or null.
Declaration
public ReplayLinkAccess.TeamOnly AsTeamOnly { get; }
Property Value
| Type | Description |
|---|---|
| ReplayLinkAccess.TeamOnly |
IsAnyoneLoggedIn
Gets a value indicating whether this instance is AnyoneLoggedIn
Declaration
public bool IsAnyoneLoggedIn { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsNoLoginRequired
Gets a value indicating whether this instance is NoLoginRequired
Declaration
public bool IsNoLoginRequired { 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 |
IsTeamAndApproved
Gets a value indicating whether this instance is TeamAndApproved
Declaration
public bool IsTeamAndApproved { 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 |