Class ParticipantLogInfo.User
A user with a Dropbox account.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public sealed class ParticipantLogInfo.User : ParticipantLogInfo
Constructors
View SourceUser(UserLogInfo)
Initializes a new instance of the ParticipantLogInfo.User class.
Declaration
public User(UserLogInfo value)
Parameters
| Type | Name | Description |
|---|---|---|
| UserLogInfo | value | The value |
Properties
View SourceValue
Gets the value of this instance.
Declaration
public UserLogInfo Value { get; }
Property Value
| Type | Description |
|---|---|
| UserLogInfo |