Click or drag to resize

ExternalReferenceResolverIsExternal Method

Determines, if the provided XElement is part of an external document.

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

Parameters

element  XElement
The checked element
alias  String
The alias of the external document when it exists

Return Value

Boolean
true, if the element is part of an external document; otherwise false

Implements

IExternalReferenceResolverIsExternal(XElement, String)
See Also