Click or drag to resize

QueryServiceAllInternalElementsWithInternalLinks Method

Returns all InternalElements which are descendants of the provided CAEX object with InternalLinks. These elements are the owners of the InternalLink objects.

Namespace: Aml.Engine.Services
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public IEnumerable<InternalElementType> AllInternalElementsWithInternalLinks(
	CAEXBasicObject caexObject
)

Parameters

caexObject  CAEXBasicObject
The CAEX object.

Return Value

IEnumerableInternalElementType
A collection of all objects with associated InternalLinks.

Implements

IQueryAllInternalElementsWithInternalLinks(CAEXBasicObject)
Remarks
Note the difference to the method ElementsWithInternalLinkRelations(CAEXBasicObject) which doesn't return the owners of an InternalLink but the related elements.
See Also