 | QueryResultInternalLinksToInterface Method |
Gets all InternalLinks that reference the specified ExternalInterface.
Namespace: Aml.Engine.ServicesAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic static IEnumerable<InternalLinkType> InternalLinksToInterface(
this ExternalInterfaceType externalInterface
)
<ExtensionAttribute>
Public Shared Function InternalLinksToInterface (
externalInterface As ExternalInterfaceType
) As IEnumerable(Of InternalLinkType)
public:
[ExtensionAttribute]
static IEnumerable<InternalLinkType^>^ InternalLinksToInterface(
ExternalInterfaceType^ externalInterface
)
Parameters
- externalInterface ExternalInterfaceType
- The ExternalInterface.
Return Value
IEnumerableInternalLinkTypea collection of InternalLinks.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
ExternalInterfaceType. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also