Class UrlsSubmissionCommandArguments
Represents arguments of the submission commands for the UrlsTab.
public class UrlsSubmissionCommandArguments
- Inheritance
-
objectUrlsSubmissionCommandArguments
- Derived
- Extension Methods
Constructors
UrlsSubmissionCommandArguments()
public UrlsSubmissionCommandArguments()
Properties
Urls
Represents a collection of URL items in the URL list.
public IReadOnlyCollection<UrlListItem> Urls { get; set; }
Property Value
- IReadOnlyCollection<UrlListItem>
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