Click or drag to resize

IUniqueNameIsUniqueCAEXName Method

Determines whether the specified element has a unique CAEX name in the sequence of equal elements of its parent.

Namespace: Aml.Engine.Services.Interfaces
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
bool IsUniqueCAEXName(
	XElement element
)

Parameters

element  XElement
The element.

Return Value

Boolean
true if the elements name is unique, otherwise false.
See Also