Class GroupChangeExternalIdDetails
Changed external ID for group.
Inheritance
System.Object
GroupChangeExternalIdDetails
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 GroupChangeExternalIdDetails
Constructors
| Improve this Doc View SourceGroupChangeExternalIdDetails(String, String)
Initializes a new instance of the GroupChangeExternalIdDetails class.
Declaration
public GroupChangeExternalIdDetails(string newValue, string previousValue)
Parameters
Type | Name | Description |
---|---|---|
System.String | newValue | Current external id. |
System.String | previousValue | Old external id. |
Properties
| Improve this Doc View SourceNewValue
Current external id.
Declaration
public string NewValue { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |
PreviousValue
Old external id.
Declaration
public string PreviousValue { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |