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

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 9.0.0
Syntax
C#
public string ResolveCurrentPath(
	string format
)

Parameters

format
Type: SystemString
Alias path pattern

Return Value

Type: String
See Also