Table of Contents

Method GetSectionDefinitionByName

Namespace
Skyline.DataMiner.Utils.DOM
Assembly
Skyline.DataMiner.Utils.DOM.dll

GetSectionDefinitionByName(string)

Retrieves a section definition by its name.

public SectionDefinition GetSectionDefinitionByName(string name)

Parameters

name string

The name of the section definition.

Returns

SectionDefinition

The SectionDefinition with the specified name.