 | IExternalReferenceResolverIsExternal Method |
Determines, if the element is contained in a resolved external document.
Namespace: Aml.Engine.Services.InterfacesAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxbool IsExternal(
XElement element,
out string alias
)
Function IsExternal (
element As XElement,
<OutAttribute> ByRef alias As String
) As Boolean
bool IsExternal(
XElement^ element,
[OutAttribute] String^% alias
)
Parameters
- element XElement
- An xml object
- alias String
- The alias of the external reference
Return Value
Booleantrue, if the element is part of an external referenced document, identified by the alias; otherwise
false.
See Also