 | IQueryInternalLinksToElement Method |
Gets all InternalLinks that reference the specified InternalElement or SystemUnitClass.
Namespace: Aml.Engine.Services.InterfacesAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
SyntaxIEnumerable<InternalLinkType> InternalLinksToElement(
SystemUnitClassType systemUnitClass
)
Function InternalLinksToElement (
systemUnitClass As SystemUnitClassType
) As IEnumerable(Of InternalLinkType)
IEnumerable<InternalLinkType^>^ InternalLinksToElement(
SystemUnitClassType^ systemUnitClass
)
Parameters
- systemUnitClass SystemUnitClassType
- The InternalElement or SystemUnitClass.
Return Value
IEnumerableInternalLinkTypea collection of InternalLinks.
See Also