Class MemberAddExternalIdDetails
Added an external ID for team member.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class MemberAddExternalIdDetails
Constructors
View SourceMemberAddExternalIdDetails(string)
Initializes a new instance of the MemberAddExternalIdDetails class.
Declaration
public MemberAddExternalIdDetails(string newValue)
Parameters
| Type | Name | Description |
|---|---|---|
| string | newValue | Current external id. |
Properties
View SourceNewValue
Current external id.
Declaration
public string NewValue { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |