Dropbox .NET SDK

Class ReplaySharingPolicy

Policy for deciding who Replay content can be shared with through links

Inheritance
object
ReplaySharingPolicy
ReplaySharingPolicy.Anyone
ReplaySharingPolicy.Other
ReplaySharingPolicy.TeamAndAllowlist
ReplaySharingPolicy.TeamOnly
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class ReplaySharingPolicy

Constructors

View Source

ReplaySharingPolicy()

Initializes a new instance of the ReplaySharingPolicy class.

Declaration
public ReplaySharingPolicy()

Properties

View Source

AsAnyone

Gets this instance as a Anyone, or null.

Declaration
public ReplaySharingPolicy.Anyone AsAnyone { get; }
Property Value
Type Description
ReplaySharingPolicy.Anyone
View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public ReplaySharingPolicy.Other AsOther { get; }
Property Value
Type Description
ReplaySharingPolicy.Other
View Source

AsTeamAndAllowlist

Gets this instance as a TeamAndAllowlist, or null.

Declaration
public ReplaySharingPolicy.TeamAndAllowlist AsTeamAndAllowlist { get; }
Property Value
Type Description
ReplaySharingPolicy.TeamAndAllowlist
View Source

AsTeamOnly

Gets this instance as a TeamOnly, or null.

Declaration
public ReplaySharingPolicy.TeamOnly AsTeamOnly { get; }
Property Value
Type Description
ReplaySharingPolicy.TeamOnly
View Source

IsAnyone

Gets a value indicating whether this instance is Anyone

Declaration
public bool IsAnyone { get; }
Property Value
Type Description
bool
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
View Source

IsTeamAndAllowlist

Gets a value indicating whether this instance is TeamAndAllowlist

Declaration
public bool IsTeamAndAllowlist { get; }
Property Value
Type Description
bool
View Source

IsTeamOnly

Gets a value indicating whether this instance is TeamOnly

Declaration
public bool IsTeamOnly { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK