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 SourceRewindFolderDetails(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 SourceRewindFolderTargetTsMs
Folder was Rewound to this date.
Declaration
public DateTime RewindFolderTargetTsMs { get; protected set; }
Property Value
Type | Description |
---|---|
System.DateTime |