Dropbox .NET SDK

Class MemberSendInvitePolicy

Policy for controlling whether team members can send team invites

Inheritance
object
MemberSendInvitePolicy
MemberSendInvitePolicy.Disabled
MemberSendInvitePolicy.Everyone
MemberSendInvitePolicy.Other
MemberSendInvitePolicy.SpecificMembers
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 MemberSendInvitePolicy

Constructors

View Source

MemberSendInvitePolicy()

Initializes a new instance of the MemberSendInvitePolicy class.

Declaration
public MemberSendInvitePolicy()

Properties

View Source

AsDisabled

Gets this instance as a Disabled, or null.

Declaration
public MemberSendInvitePolicy.Disabled AsDisabled { get; }
Property Value
Type Description
MemberSendInvitePolicy.Disabled
View Source

AsEveryone

Gets this instance as a Everyone, or null.

Declaration
public MemberSendInvitePolicy.Everyone AsEveryone { get; }
Property Value
Type Description
MemberSendInvitePolicy.Everyone
View Source

AsOther

Gets this instance as a Other, or null.

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

AsSpecificMembers

Gets this instance as a SpecificMembers, or null.

Declaration
public MemberSendInvitePolicy.SpecificMembers AsSpecificMembers { get; }
Property Value
Type Description
MemberSendInvitePolicy.SpecificMembers
View Source

IsDisabled

Gets a value indicating whether this instance is Disabled

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

IsEveryone

Gets a value indicating whether this instance is Everyone

Declaration
public bool IsEveryone { 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

IsSpecificMembers

Gets a value indicating whether this instance is SpecificMembers

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