Open this page in the API Guide

DataProcess.FindElement Method (Guid)

Finds the element by its ID.

Namespace:  Dundas.BI.Data.Transforms
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public ConnectorElement FindElement(
	Guid elementId
)

Parameters

elementId
Type: System.Guid
The element ID.

Return Value

Type: ConnectorElement
The element, or null if not found.
See Also