Class MemberSendInvitePolicy
Policy for controlling whether team members can send team invites
Inheritance
System.Object
MemberSendInvitePolicy
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class MemberSendInvitePolicy
Constructors
| Improve this Doc View SourceMemberSendInvitePolicy()
Initializes a new instance of the MemberSendInvitePolicy class.
Declaration
public MemberSendInvitePolicy()
Properties
| Improve this Doc View SourceAsDisabled
Gets this instance as a Disabled, or null
.
Declaration
public MemberSendInvitePolicy.Disabled AsDisabled { get; }
Property Value
Type | Description |
---|---|
MemberSendInvitePolicy.Disabled |
AsEveryone
Gets this instance as a Everyone, or null
.
Declaration
public MemberSendInvitePolicy.Everyone AsEveryone { get; }
Property Value
Type | Description |
---|---|
MemberSendInvitePolicy.Everyone |
AsOther
Gets this instance as a Other, or null
.
Declaration
public MemberSendInvitePolicy.Other AsOther { get; }
Property Value
Type | Description |
---|---|
MemberSendInvitePolicy.Other |
AsSpecificMembers
Gets this instance as a SpecificMembers, or null
.
Declaration
public MemberSendInvitePolicy.SpecificMembers AsSpecificMembers { get; }
Property Value
Type | Description |
---|---|
MemberSendInvitePolicy.SpecificMembers |
IsDisabled
Gets a value indicating whether this instance is Disabled
Declaration
public bool IsDisabled { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsEveryone
Gets a value indicating whether this instance is Everyone
Declaration
public bool IsEveryone { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsSpecificMembers
Gets a value indicating whether this instance is SpecificMembers
Declaration
public bool IsSpecificMembers { get; }
Property Value
Type | Description |
---|---|
System.Boolean |