Show / Hide Table of Contents

Class TeamName

Team name details

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

Constructors

| Improve this Doc View Source

TeamName(String, String)

Initializes a new instance of the TeamName class.

Declaration
public TeamName(string teamDisplayName, string teamLegalName)
Parameters
Type Name Description
System.String teamDisplayName

Team's display name.

System.String teamLegalName

Team's legal name.

Properties

| Improve this Doc View Source

TeamDisplayName

Team's display name.

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

TeamLegalName

Team's legal name.

Declaration
public string TeamLegalName { get; protected set; }
Property Value
Type Description
System.String

See Also

TeamProfileChangeNameDetails
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • TeamName(String, String)
  • Properties
    • TeamDisplayName
    • TeamLegalName
  • See Also
Back to top Generated by DocFX