Class LayoutBuilderTwoColumnRightBaseClass
- Namespace
- Contensive.BaseClasses.LayoutBuilder
- Assembly
- CPBase.dll
layout split right and left, right larger
public abstract class LayoutBuilderTwoColumnRightBaseClass : LayoutBuilderBaseClass
- Inheritance
-
LayoutBuilderTwoColumnRightBaseClass
- Inherited Members
Constructors
LayoutBuilderTwoColumnRightBaseClass(CPBaseClass)
protected LayoutBuilderTwoColumnRightBaseClass(CPBaseClass cp)
Parameters
cpCPBaseClass
Properties
contentLeft
The content added to the left side
public abstract string contentLeft { get; set; }
Property Value
contentRight
The content added the the right side
public abstract string contentRight { get; set; }
Property Value
headline
deprecated, Use title
[Obsolete("deprecated, Use title", false)]
public abstract string headline { get; set; }