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 SourceMemberRemoveExternalIdDetails(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 SourcePreviousValue
Old external id.
Declaration
public string PreviousValue { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |