Dropbox .NET SDK

Class ReplayAddingPeoplePolicy

Policy for deciding who can be added to Replay content

Inheritance
object
ReplayAddingPeoplePolicy
ReplayAddingPeoplePolicy.Anyone
ReplayAddingPeoplePolicy.Other
ReplayAddingPeoplePolicy.TeamAndAllowlist
ReplayAddingPeoplePolicy.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 ReplayAddingPeoplePolicy

Constructors

View Source

ReplayAddingPeoplePolicy()

Initializes a new instance of the ReplayAddingPeoplePolicy class.

Declaration
public ReplayAddingPeoplePolicy()

Properties

View Source

AsAnyone

Gets this instance as a Anyone, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsTeamAndAllowlist

Gets this instance as a TeamAndAllowlist, or null.

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

AsTeamOnly

Gets this instance as a TeamOnly, or null.

Declaration
public ReplayAddingPeoplePolicy.TeamOnly AsTeamOnly { get; }
Property Value
Type Description
ReplayAddingPeoplePolicy.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