Class PageBuilderPageClientProperties
Properties for preview web page template.
public sealed class PageBuilderPageClientProperties : WebPageBaseClientProperties
- Inheritance
-
objectPageBuilderPageClientProperties
- Inherited Members
- Extension Methods
Constructors
PageBuilderPageClientProperties()
public PageBuilderPageClientProperties()
Properties
FrameSourceUrl
URL to load in the template iframe.
public string FrameSourceUrl { get; set; }
Property Value
- string
InstanceGuid
Identifies the instance of editing.
public Guid InstanceGuid { get; set; }
Property Value
- Guid
SmartInlineAssetUploadConfiguration
Gets or sets the smart inline asset upload configuration.
public SmartInlineAssetUploadConfigurationClientProperties SmartInlineAssetUploadConfiguration { get; set; }