Table of Contents

Class FormSettingCollection

Namespace
Dynamicweb.DataManagement
Assembly
Dynamicweb.DataManagement.dll

Represents form settings collection

public class FormSettingCollection : List<FormSetting>, IList<FormSetting>, ICollection<FormSetting>, IReadOnlyList<FormSetting>, IReadOnlyCollection<FormSetting>, IEnumerable<FormSetting>, IList, ICollection, IEnumerable
Inheritance
FormSettingCollection
Implements
Inherited Members
Extension Methods

Methods

Sort(SortBy)

Sorts inner collection

public void Sort(FormSettingCollection.SortBy sortBy)

Parameters

sortBy FormSettingCollection.SortBy

Column to be used for sorting

Sort(SortBy, bool)

Sorts inner collection

public void Sort(FormSettingCollection.SortBy sortBy, bool ascending)

Parameters

sortBy FormSettingCollection.SortBy

Column to be used for sorting

ascending bool

Sorting direction

To top