Click or drag to resize

IExternalReferenceResolverIsExternal Method

Determines, if the element is contained in a resolved external document.

Namespace: Aml.Engine.Services.Interfaces
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
bool IsExternal(
	XElement element,
	out string alias
)

Parameters

element  XElement
An xml object
alias  String
The alias of the external reference

Return Value

Boolean
true, if the element is part of an external referenced document, identified by the alias; otherwise false.
See Also