Click or drag to resize

IQueryInternalLinksToElement Method

Gets all InternalLinks that reference the specified InternalElement or SystemUnitClass.

Namespace: Aml.Engine.Services.Interfaces
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
IEnumerable<InternalLinkType> InternalLinksToElement(
	SystemUnitClassType systemUnitClass
)

Parameters

systemUnitClass  SystemUnitClassType
The InternalElement or SystemUnitClass.

Return Value

IEnumerableInternalLinkType
a collection of InternalLinks.
See Also