Click or drag to resize

CAEXPathBuilderContainsPathSeparatorChars Method

Determines whether the specified name contains path separator chars.

Namespace: Aml.Engine.CAEX.Extensions
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public static bool ContainsPathSeparatorChars(
	string name,
	CAEXDocument document
)

Parameters

name  String
The name.
document  CAEXDocument
The document.

Return Value

Boolean
true if the specified name contains path separator chars; otherwise, false.
See Also