Dropbox .NET SDK

Class MemberRemoveActionType

The member remove action type object

Inheritance
object
MemberRemoveActionType
MemberRemoveActionType.Delete
MemberRemoveActionType.Leave
MemberRemoveActionType.Offboard
MemberRemoveActionType.OffboardAndRetainTeamFolders
MemberRemoveActionType.Other
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 MemberRemoveActionType

Constructors

View Source

MemberRemoveActionType()

Initializes a new instance of the MemberRemoveActionType class.

Declaration
public MemberRemoveActionType()

Properties

View Source

AsDelete

Gets this instance as a Delete, or null.

Declaration
public MemberRemoveActionType.Delete AsDelete { get; }
Property Value
Type Description
MemberRemoveActionType.Delete
View Source

AsLeave

Gets this instance as a Leave, or null.

Declaration
public MemberRemoveActionType.Leave AsLeave { get; }
Property Value
Type Description
MemberRemoveActionType.Leave
View Source

AsOffboard

Gets this instance as a Offboard, or null.

Declaration
public MemberRemoveActionType.Offboard AsOffboard { get; }
Property Value
Type Description
MemberRemoveActionType.Offboard
View Source

AsOffboardAndRetainTeamFolders

Gets this instance as a OffboardAndRetainTeamFolders, or null.

Declaration
public MemberRemoveActionType.OffboardAndRetainTeamFolders AsOffboardAndRetainTeamFolders { get; }
Property Value
Type Description
MemberRemoveActionType.OffboardAndRetainTeamFolders
View Source

AsOther

Gets this instance as a Other, or null.

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

IsDelete

Gets a value indicating whether this instance is Delete

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

IsLeave

Gets a value indicating whether this instance is Leave

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

IsOffboard

Gets a value indicating whether this instance is Offboard

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

IsOffboardAndRetainTeamFolders

Gets a value indicating whether this instance is OffboardAndRetainTeamFolders

Declaration
public bool IsOffboardAndRetainTeamFolders { 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
In this article
Back to top Dropbox .NET SDK