Show / Hide Table of Contents

Class MemberRemoveExternalIdDetails

Removed the external ID for team member.

Inheritance
System.Object
MemberRemoveExternalIdDetails
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 MemberRemoveExternalIdDetails

Constructors

| Improve this Doc View Source

MemberRemoveExternalIdDetails(String)

Initializes a new instance of the MemberRemoveExternalIdDetails class.

Declaration
public MemberRemoveExternalIdDetails(string previousValue)
Parameters
Type Name Description
System.String previousValue

Old external id.

Properties

| Improve this Doc View Source

PreviousValue

Old external id.

Declaration
public string PreviousValue { get; protected set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • MemberRemoveExternalIdDetails(String)
  • Properties
    • PreviousValue
Back to top Generated by DocFX