Show / Hide Table of Contents

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 Source

GroupChangeExternalIdDetails(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 Source

NewValue

Current external id.

Declaration
public string NewValue { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

PreviousValue

Old external id.

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