Class TeamLogInfo
Team's logged information.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class TeamLogInfo
Constructors
View SourceTeamLogInfo(string)
Initializes a new instance of the TeamLogInfo class.
Declaration
public TeamLogInfo(string displayName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | displayName | Team display name. |
Properties
View SourceDisplayName
Team display name.
Declaration
public string DisplayName { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |