Class WebPageDiscardCommandArguments
Represents arguments of the discard command.
public sealed class WebPageDiscardCommandArguments
- Inheritance
-
objectWebPageDiscardCommandArguments
- Extension Methods
Constructors
WebPageDiscardCommandArguments()
public WebPageDiscardCommandArguments()
Properties
VersionTimestamp
Timestamp of the web page's last modification as seen by the client. Used to detect concurrent edits and prevent silent overwrites.
public DateTime VersionTimestamp { get; set; }
Property Value
- DateTime