Dropbox .NET SDK
Show / Hide Table of Contents

Class BaseDfbReport

Base report structure.

Inheritance
object
BaseDfbReport
GetActivityReport
GetDevicesReport
GetMembershipReport
GetStorageReport
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class BaseDfbReport

Constructors

View Source

BaseDfbReport(string)

Initializes a new instance of the BaseDfbReport class.

Declaration
public BaseDfbReport(string startDate)
Parameters
Type Name Description
string startDate

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

Properties

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
string

See Also

GetActivityReport
GetDevicesReport
GetMembershipReport
GetStorageReport
  • View Source
In this article
Back to top Dropbox .NET SDK