TreePathUtilsPathContainsWildcardChars Method |
Returns true if path contains wildcard characters(% or _)
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax public static bool PathContainsWildcardChars(
string path
)
Parameters
- path
- Type: SystemString
Node alias path
Return Value
Type:
BooleanSee Also