Click or drag to resize
TreePathUtilsPathContainsWildcardChars Method
Returns true if path contains wildcard characters(% or _)

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public static bool PathContainsWildcardChars(
	string path
)

Parameters

path
Type: SystemString
Node alias path

Return Value

Type: Boolean
See Also