Table of Contents

Class WindowsShareCollection

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents a collection of Windows shares.

public class WindowsShareCollection : Collection<WindowsShare>, IList<WindowsShare>, ICollection<WindowsShare>, IList, ICollection, IReadOnlyList<WindowsShare>, IReadOnlyCollection<WindowsShare>, IEnumerable<WindowsShare>, IEnumerable
Inheritance
WindowsShareCollection
Implements
Inherited Members

Constructors

WindowsShareCollection()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.WindowsShareCollection class.

public WindowsShareCollection()

Methods

FindByName(string)

Returns the share with the specified name, or null if no share with that name is found.

public WindowsShare FindByName(string name)

Parameters

name string

The name of the share to locate.

Returns

WindowsShare

The Windows share with the specified name.

Sort()

Sorts the values in the collection.

public void Sort()