Show / Hide Table of Contents

Class OrganizationDetails

More details about the organization.

Inheritance
System.Object
OrganizationDetails
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class OrganizationDetails

Constructors

| Improve this Doc View Source

OrganizationDetails(String)

Initializes a new instance of the OrganizationDetails class.

Declaration
public OrganizationDetails(string organization)
Parameters
Type Name Description
System.String organization

The name of the organization.

Properties

| Improve this Doc View Source

Organization

The name of the organization.

Declaration
public string Organization { get; protected set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • OrganizationDetails(String)
  • Properties
    • Organization
Back to top Generated by DocFX