Click or drag to resize
LayoutInfoProviderGetLayoutName Method

Note: This API is now obsolete.

Returns full layout name from the given virtual layout path.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 12.0.0
Syntax
C#
[ObsoleteAttribute("Method is not intended to be used in custom code.")]
public static string GetLayoutName(
	string url
)

Parameters

url
Type: SystemString
Virtual layout path

Return Value

Type: String
See Also