Click or drag to resize
VirtualContextGetFormBuilderPath Method
Returns path containing VirtualContext data required by Form builder.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax
C#
public static string GetFormBuilderPath(
	string path,
	string userName = null
)

Parameters

path
Type: SystemString
Application absolute path to be converted.
userName (Optional)
Type: SystemString
User under whom the request for returned path is processed. If parameter is not set then user name stored in VirtualContext is used.

Return Value

Type: String
See Also