Class ContextLogInfo.OrganizationTeam
Action was done on behalf of a team that's part of an organization.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public sealed class ContextLogInfo.OrganizationTeam : ContextLogInfo
Constructors
View SourceOrganizationTeam(TeamLogInfo)
Initializes a new instance of the ContextLogInfo.OrganizationTeam class.
Declaration
public OrganizationTeam(TeamLogInfo value)
Parameters
| Type | Name | Description |
|---|---|---|
| TeamLogInfo | value | The value |
Properties
View SourceValue
Gets the value of this instance.
Declaration
public TeamLogInfo Value { get; }
Property Value
| Type | Description |
|---|---|
| TeamLogInfo |