Class UrlEditFormSubmissionCommandArguments
Edit URL form submission command arguments.
public sealed class UrlEditFormSubmissionCommandArguments : FormSubmissionCommandArguments
- Inheritance
-
objectUrlEditFormSubmissionCommandArguments
- 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