Table of Contents

Class UrlsSubmissionCommandArguments

Namespace
Kentico.Xperience.Admin.Websites.UIPages
Assembly
Kentico.Xperience.Admin.Websites.dll

Represents arguments of the submission commands for the UrlsTab.

public class UrlsSubmissionCommandArguments
Inheritance
object
UrlsSubmissionCommandArguments
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>