Class RewindFolderDetails
Rewound a folder.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class RewindFolderDetails
Constructors
View SourceRewindFolderDetails(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 SourceRewindFolderTargetTsMs
Folder was Rewound to this date.
Declaration
public DateTime RewindFolderTargetTsMs { get; protected set; }
Property Value
| Type | Description |
|---|---|
| DateTime |