Class GroupLogInfo
Group's logged information.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class GroupLogInfo
Constructors
View SourceGroupLogInfo(string, string, string)
Initializes a new instance of the GroupLogInfo class.
Declaration
public GroupLogInfo(string displayName, string groupId = null, string externalId = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | displayName | The name of this group. |
| string | groupId | The unique id of this group. |
| string | externalId | External group ID. |
Properties
View SourceDisplayName
The name of this group.
Declaration
public string DisplayName { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
ExternalId
External group ID.
Declaration
public string ExternalId { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
GroupId
The unique id of this group.
Declaration
public string GroupId { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |