Click or drag to resize
MacroResolverResolveCurrentPath Method
Resolves the given alias path, applies the path segment to the given format string {0} for level 0.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.2.23
Syntax
C#
public static string ResolveCurrentPath(
	string format,
	bool escapeSpecChars = false
)

Parameters

format
Type: SystemString
Alias path pattern
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