Class ActorLogInfo.User
The user who did the action.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public sealed class ActorLogInfo.User : ActorLogInfo
Constructors
View SourceUser(UserLogInfo)
Initializes a new instance of the ActorLogInfo.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 |