Click or drag to resize
PageTemplateInfoProviderGetAdhocPageLayoutName Method
Gets full ad-hoc layout name from the given virtual layout path.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public static string GetAdhocPageLayoutName(
	string url
)

Parameters

url
Type: SystemString
Virtual layout path

Return Value

Type: String
Full layout name
See Also