Table of Contents

Class PageBuilderWebPageCommandResult

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

Result of command executed on Page Builder page.

public class PageBuilderWebPageCommandResult : WebPageCommandResultBase
Inheritance
object
PageBuilderWebPageCommandResult
Inherited Members
Extension Methods

Properties

FrameSourceUrl

Page builder/preview frame source URL.

public string FrameSourceUrl { get; set; }

Property Value

string

TargetUrl

Target URL to redirect to if the command was successful.

public string TargetUrl { get; set; }

Property Value

string