Class UrlEditFormSubmissionCommandResult
Command result for the URL edit form submission.
public sealed class UrlEditFormSubmissionCommandResult
- Inheritance
-
objectUrlEditFormSubmissionCommandResult
- Extension Methods
Constructors
UrlEditFormSubmissionCommandResult()
public UrlEditFormSubmissionCommandResult()
Properties
Items
In case of failure or failed validation contains edited page form fields with data.
public ICollection<IFormItemClientProperties> Items { get; set; }
Property Value
- ICollection<IFormItemClientProperties>
Status
Command result status.
public WebPageCommandResultStatus Status { get; set; }
Property Value
WebPageUrl
New web page URL.
public string WebPageUrl { get; set; }
Property Value
- string
WebPageUrlPathId
Identifier of the web page URL path that was edited.
public int WebPageUrlPathId { get; set; }
Property Value
- int
WebPageUrlPathSlug
New web page URL path slug.
public string WebPageUrlPathSlug { get; set; }
Property Value
- string