Show / Hide Table of Contents

Class BaseDfbReport

Base report structure.

Inheritance
System.Object
BaseDfbReport
GetActivityReport
GetDevicesReport
GetMembershipReport
GetStorageReport
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.Team
Assembly: Dropbox.Api.dll
Syntax
public class BaseDfbReport

Constructors

| Improve this Doc View Source

BaseDfbReport(String)

Initializes a new instance of the BaseDfbReport class.

Declaration
public BaseDfbReport(string startDate)
Parameters
Type Name Description
System.String startDate

First date present in the results as 'YYYY-MM-DD' or None.

Properties

| Improve this Doc View Source

StartDate

First date present in the results as 'YYYY-MM-DD' or None.

Declaration
public string StartDate { get; protected set; }
Property Value
Type Description
System.String

See Also

GetActivityReport
GetDevicesReport
GetMembershipReport
GetStorageReport
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • BaseDfbReport(String)
  • Properties
    • StartDate
  • See Also
Back to top Generated by DocFX