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>