Show / Hide Table of Contents

Class ParticipantLogInfo.Group

Group details.

Inheritance
System.Object
ParticipantLogInfo
ParticipantLogInfo.Group
Inherited Members
ParticipantLogInfo.IsGroup
ParticipantLogInfo.AsGroup
ParticipantLogInfo.IsUser
ParticipantLogInfo.AsUser
ParticipantLogInfo.IsOther
ParticipantLogInfo.AsOther
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 sealed class Group : ParticipantLogInfo

Constructors

| Improve this Doc View Source

Group(GroupLogInfo)

Initializes a new instance of the ParticipantLogInfo.Group class.

Declaration
public Group(GroupLogInfo value)
Parameters
Type Name Description
GroupLogInfo value

The value

Properties

| Improve this Doc View Source

Value

Gets the value of this instance.

Declaration
public GroupLogInfo Value { get; }
Property Value
Type Description
GroupLogInfo
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX