Show / Hide Table of Contents

Class MemberAddExternalIdDetails

Added an external ID for team member.

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

Constructors

| Improve this Doc View Source

MemberAddExternalIdDetails(String)

Initializes a new instance of the MemberAddExternalIdDetails class.

Declaration
public MemberAddExternalIdDetails(string newValue)
Parameters
Type Name Description
System.String newValue

Current external id.

Properties

| Improve this Doc View Source

NewValue

Current external id.

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