Don't miss out Virtual Happy Hour today (April 26).

Try our conversational search powered by Generative AI!

Class PropertyFrame

Displays a dropdrowlist in editmode displaying the frames defined for the web site.

Inheritance
System.Object
PropertyFrame
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.SpecializedProperties
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
[PropertyDefinitionTypePlugIn]
[EditorHint("Frame")]
public class PropertyFrame : PropertyNumber, IReadOnly<PropertyData>, IReadOnly

Constructors

PropertyFrame()

Declaration
public PropertyFrame()

Properties

FrameName

Gets or sets the name of the frame.

Declaration
public string FrameName { get; set; }
Property Value
Type Description
System.String

The name of the frame.

Methods

ToWebString()

Get the web string representation of the property's value, on properties that do not use the editor this string will not contain any markup characters.

Declaration
public override string ToWebString()
Returns
Type Description
System.String

A string where all html tags except those defined in 'EPiServer.Configuration.Settings.UISafeHtmlTags' have been encoded and therefore will appear in the text instead of tags.

Overrides

Implements

Extension Methods

EPiServer.Core.PropertyDataExtensions.TranslateDisplayName(EPiServer.Core.PropertyData)
EPiServer.Core.PropertyDataExtensions.TranslateDescription(EPiServer.Core.PropertyData)