Table of Contents

Method GetDefinitionByName

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

GetDefinitionByName(string)

Retrieves a DOM definition by its name.

public DomDefinition GetDefinitionByName(string name)

Parameters

name string

The name of the DOM definition.

Returns

DomDefinition

The Skyline.DataMiner.Net.Apps.DataMinerObjectModel.DomDefinition with the specified name.