| MacroResolverResolvePath Method  | 
            Resolves the path macro.
            
 
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 11.0.0
Syntaxpublic string ResolvePath(
	string format,
	bool escapeSpecChars = false
)
Parameters
- format
 - Type: SystemString
Path format - escapeSpecChars (Optional)
 - Type: SystemBoolean
Indicates whether special characters in the automatically added part of path should be escaped for valid SQL LIKE query  
Return Value
Type: 
String
See Also