Class GroupLogInfo
Group's logged information.
Inheritance
System.Object
GroupLogInfo
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 GroupLogInfo
Constructors
| Improve this Doc 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 |
|---|---|---|
| System.String | displayName | The name of this group. |
| System.String | groupId | The unique id of this group. |
| System.String | externalId | External group ID. |
Properties
| Improve this Doc View SourceDisplayName
The name of this group.
Declaration
public string DisplayName { get; protected set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ExternalId
External group ID.
Declaration
public string ExternalId { get; protected set; }
Property Value
| Type | Description |
|---|---|
| System.String |
GroupId
The unique id of this group.
Declaration
public string GroupId { get; protected set; }
Property Value
| Type | Description |
|---|---|
| System.String |