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