Show / Hide Table of Contents

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 Source

GroupLogInfo(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 Source

DisplayName

The name of this group.

Declaration
public string DisplayName { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

ExternalId

External group ID.

Declaration
public string ExternalId { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

GroupId

The unique id of this group.

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