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 SourceMemberAddExternalIdDetails(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 SourceNewValue
Current external id.
Declaration
public string NewValue { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |