Click or drag to resize

DocumentLineFindMatchingLine Method

Searches through a child collection for a line, matching the current line. Returns null if no matching line is found.

Namespace:  Aloe.EnterpriseOne.Model.General
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public virtual DocumentLine FindMatchingLine(
	IChildCollection lines
)

Parameters

lines
Type: Aloe.SystemFrameworks.DomainIChildCollection
The child collection of lines.

Return Value

Type: DocumentLine
The matching line, if found. Null if no matching line is found.
See Also