Class MemberRemoveActionType
The member remove action type object
Inheritance
MemberRemoveActionType
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class MemberRemoveActionType
Constructors
View SourceMemberRemoveActionType()
Initializes a new instance of the MemberRemoveActionType class.
Declaration
public MemberRemoveActionType()
Properties
View SourceAsDelete
Gets this instance as a Delete, or null.
Declaration
public MemberRemoveActionType.Delete AsDelete { get; }
Property Value
| Type | Description |
|---|---|
| MemberRemoveActionType.Delete |
AsLeave
Gets this instance as a Leave, or null.
Declaration
public MemberRemoveActionType.Leave AsLeave { get; }
Property Value
| Type | Description |
|---|---|
| MemberRemoveActionType.Leave |
AsOffboard
Gets this instance as a Offboard, or null.
Declaration
public MemberRemoveActionType.Offboard AsOffboard { get; }
Property Value
| Type | Description |
|---|---|
| MemberRemoveActionType.Offboard |
AsOffboardAndRetainTeamFolders
Gets this instance as a OffboardAndRetainTeamFolders, or null.
Declaration
public MemberRemoveActionType.OffboardAndRetainTeamFolders AsOffboardAndRetainTeamFolders { get; }
Property Value
| Type | Description |
|---|---|
| MemberRemoveActionType.OffboardAndRetainTeamFolders |
AsOther
Gets this instance as a Other, or null.
Declaration
public MemberRemoveActionType.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| MemberRemoveActionType.Other |
IsDelete
Gets a value indicating whether this instance is Delete
Declaration
public bool IsDelete { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsLeave
Gets a value indicating whether this instance is Leave
Declaration
public bool IsLeave { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOffboard
Gets a value indicating whether this instance is Offboard
Declaration
public bool IsOffboard { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOffboardAndRetainTeamFolders
Gets a value indicating whether this instance is OffboardAndRetainTeamFolders
Declaration
public bool IsOffboardAndRetainTeamFolders { 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 |