Class OrganizationDetails
More details about the organization.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class OrganizationDetails
Constructors
View SourceOrganizationDetails(string)
Initializes a new instance of the OrganizationDetails class.
Declaration
public OrganizationDetails(string organization)
Parameters
| Type | Name | Description |
|---|---|---|
| string | organization | The name of the organization. |
Properties
View SourceOrganization
The name of the organization.
Declaration
public string Organization { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |