Show / Hide Table of Contents

Class NoPasswordLinkGenCreateReportDetails

Report created: Links created without passwords.

Inheritance
System.Object
NoPasswordLinkGenCreateReportDetails
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 NoPasswordLinkGenCreateReportDetails

Constructors

| Improve this Doc View Source

NoPasswordLinkGenCreateReportDetails(DateTime, DateTime)

Initializes a new instance of the NoPasswordLinkGenCreateReportDetails class.

Declaration
public NoPasswordLinkGenCreateReportDetails(DateTime startDate, DateTime endDate)
Parameters
Type Name Description
System.DateTime startDate

Report start date.

System.DateTime endDate

Report end date.

Properties

| Improve this Doc View Source

EndDate

Report end date.

Declaration
public DateTime EndDate { get; protected set; }
Property Value
Type Description
System.DateTime
| Improve this Doc View Source

StartDate

Report start date.

Declaration
public DateTime StartDate { get; protected set; }
Property Value
Type Description
System.DateTime
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • NoPasswordLinkGenCreateReportDetails(DateTime, DateTime)
  • Properties
    • EndDate
    • StartDate
Back to top Generated by DocFX