Dropbox .NET SDK

Class RewindFolderDetails

Rewound a folder.

Inheritance
object
RewindFolderDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class RewindFolderDetails

Constructors

View Source

RewindFolderDetails(DateTime)

Initializes a new instance of the RewindFolderDetails class.

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

Folder was Rewound to this date.

Properties

View Source

RewindFolderTargetTsMs

Folder was Rewound to this date.

Declaration
public DateTime RewindFolderTargetTsMs { get; protected set; }
Property Value
Type Description
DateTime
  • View Source
In this article
Back to top Dropbox .NET SDK