Click or drag to resize

LookupServiceInternalLinksToElement Method

Gets all InternalLinks that reference the specified InternalElement or SystemUnitClass.

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

Parameters

systemUnitClass  SystemUnitClassType
The InternalElement or SystemUnitClass.

Return Value

IEnumerableInternalLinkType
a collection of InternalLinks.

Implements

IQueryInternalLinksToElement(SystemUnitClassType)
Exceptions
ExceptionCondition
ArgumentNullExceptionsystemUnitClass
See Also