Show / Hide Table of Contents

Class NoPasswordLinkViewCreateReportDetails

Report created: Views of links without passwords.

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

Constructors

| Improve this Doc View Source

NoPasswordLinkViewCreateReportDetails(DateTime, DateTime)

Initializes a new instance of the NoPasswordLinkViewCreateReportDetails class.

Declaration
public NoPasswordLinkViewCreateReportDetails(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
    • NoPasswordLinkViewCreateReportDetails(DateTime, DateTime)
  • Properties
    • EndDate
    • StartDate
Back to top Generated by DocFX