Show / Hide Table of Contents

Class GroupRemoveExternalIdDetails

Removed external ID for group.

Inheritance
System.Object
GroupRemoveExternalIdDetails
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 GroupRemoveExternalIdDetails

Constructors

| Improve this Doc View Source

GroupRemoveExternalIdDetails(String)

Initializes a new instance of the GroupRemoveExternalIdDetails class.

Declaration
public GroupRemoveExternalIdDetails(string previousValue)
Parameters
Type Name Description
System.String previousValue

Old external id.

Properties

| 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
    • GroupRemoveExternalIdDetails(String)
  • Properties
    • PreviousValue
Back to top Generated by DocFX