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 SourceTeamLogInfo(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 SourceDisplayName
Team display name.
Declaration
public string DisplayName { get; protected set; }
Property Value
| Type | Description |
|---|---|
| System.String |