Class PageBuilderCommandArgs
Page builder command arguments.
public class PageBuilderCommandArgs
- Inheritance
-
objectPageBuilderCommandArgs
- Derived
- Extension Methods
Constructors
PageBuilderCommandArgs()
public PageBuilderCommandArgs()
Properties
InstanceGuid
The identifier of the current page builder instance.
public Guid InstanceGuid { get; set; }
Property Value
- Guid
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