Table of Contents

Class GroupExtensions

Namespace
Dynamicweb.CoreUI.Layout
Assembly
Dynamicweb.CoreUI.dll
public static class GroupExtensions
Inheritance
GroupExtensions
Inherited Members

Methods

GetOrAddGroup(Section, string?)

public static Group GetOrAddGroup(this Section section, string? name = null)

Parameters

section Section
name string

Returns

Group

GetOrAddGroup(Section, string, string)

public static Group GetOrAddGroup(this Section section, string name, string explanation)

Parameters

section Section
name string
explanation string

Returns

Group
To top