Table of Contents

Class UrlEditFormSubmissionCommandArguments

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

Edit URL form submission command arguments.

public sealed class UrlEditFormSubmissionCommandArguments : FormSubmissionCommandArguments
Inheritance
object
UrlEditFormSubmissionCommandArguments
Inherited Members
Extension Methods

Constructors

UrlEditFormSubmissionCommandArguments()

public UrlEditFormSubmissionCommandArguments()

Properties

ExistingUrls

List of existing URLs for the web page.

public IReadOnlyCollection<UrlListItem> ExistingUrls { get; set; }

Property Value

IReadOnlyCollection<UrlListItem>

WebPageUrlPathBase

Web page URL path base.

public string WebPageUrlPathBase { get; set; }

Property Value

string

WebPageUrlPathId

Web page URL path identifier.

public int WebPageUrlPathId { get; set; }

Property Value

int