Table of Contents

Class OverviewCardGroupConfigurationExtensions

Namespace
Kentico.Xperience.Admin.Base
Assembly
Kentico.Xperience.Admin.Base.dll

Extension method class for overview card groups configuration.

public static class OverviewCardGroupConfigurationExtensions
Inheritance
object
OverviewCardGroupConfigurationExtensions

Methods

AddCard(OverviewCardGroup, OverviewCard)

Adds new card into the card group.

public static OverviewCardGroup AddCard(this OverviewCardGroup cardGroup, OverviewCard card)

Parameters

cardGroup OverviewCardGroup

Card group.

card OverviewCard

Card to be added to the given cardGroup.

Returns

OverviewCardGroup

Card groups collection.

AddCardGroup(ICollection<OverviewCardGroup>)

Adds new card group into the collection.

public static OverviewCardGroup AddCardGroup(this ICollection<OverviewCardGroup> collection)

Parameters

collection ICollection<OverviewCardGroup>

Card groups collection.

Returns

OverviewCardGroup

Card groups collection.