Table of Contents

Class DMConnectionCollection

Namespace
Dynamicweb.DataManagement
Assembly
Dynamicweb.DataManagement.dll

Represents collection of DataManagement connections

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

Methods

SortByName()

Sort collection by name (ascending)

public void SortByName()

SortByName(bool)

Sort by name

public void SortByName(bool ascending)

Parameters

ascending bool

Direction of sorting

To top