Show / Hide Table of Contents

Class RewindFolderDetails

Rewound a folder.

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

Constructors

| Improve this Doc View Source

RewindFolderDetails(DateTime)

Initializes a new instance of the RewindFolderDetails class.

Declaration
public RewindFolderDetails(DateTime rewindFolderTargetTsMs)
Parameters
Type Name Description
System.DateTime rewindFolderTargetTsMs

Folder was Rewound to this date.

Properties

| Improve this Doc View Source

RewindFolderTargetTsMs

Folder was Rewound to this date.

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