Dropbox .NET SDK

Class ParticipantLogInfo.Group

Group details.

Inheritance
object
ParticipantLogInfo
ParticipantLogInfo.Group
Inherited Members
ParticipantLogInfo.IsGroup
ParticipantLogInfo.AsGroup
ParticipantLogInfo.IsUser
ParticipantLogInfo.AsUser
ParticipantLogInfo.IsOther
ParticipantLogInfo.AsOther
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public sealed class ParticipantLogInfo.Group : ParticipantLogInfo

Constructors

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

View Source

Value

Gets the value of this instance.

Declaration
public GroupLogInfo Value { get; }
Property Value
Type Description
GroupLogInfo
  • View Source
In this article
Back to top Dropbox .NET SDK