Table of Contents

Class LayoutContentSection

Namespace
Shift.Sdk.UI
Assembly
Shift.Sdk.dll
public abstract class LayoutContentSection
Inheritance
LayoutContentSection
Derived
Inherited Members
Extension Methods

Constructors

LayoutContentSection(string)

public LayoutContentSection(string id)

Parameters

id string

Properties

ControlPath

public abstract string ControlPath { get; }

Property Value

string

Id

public string Id { get; }

Property Value

string

Title

public string Title { get; set; }

Property Value

string

Methods

Create(ContentSectionDefault, MultilingualDictionary)

public static LayoutContentSection Create(ContentSectionDefault id, MultilingualDictionary content)

Parameters

id ContentSectionDefault
content MultilingualDictionary

Returns

LayoutContentSection

Create(ContentSectionDefault, params MultilingualString[])

public static LayoutContentSection Create(ContentSectionDefault id, params MultilingualString[] values)

Parameters

id ContentSectionDefault
values MultilingualString[]

Returns

LayoutContentSection