Table of Contents

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

cp CPBaseClass

Properties

contentLeft

The content added to the left side

public abstract string contentLeft { get; set; }

Property Value

string

contentRight

The content added the the right side

public abstract string contentRight { get; set; }

Property Value

string

headline

deprecated, Use title

[Obsolete("deprecated, Use title", false)]
public abstract string headline { get; set; }

Property Value

string