Show / Hide Table of Contents

Class TeamLogInfo

Team's logged information.

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

Constructors

| Improve this Doc View Source

TeamLogInfo(String)

Initializes a new instance of the TeamLogInfo class.

Declaration
public TeamLogInfo(string displayName)
Parameters
Type Name Description
System.String displayName

Team display name.

Properties

| Improve this Doc View Source

DisplayName

Team display name.

Declaration
public string DisplayName { get; protected set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX