VirtualContextGetFormBuilderPath Method |
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax 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:
StringSee Also