| LayoutTemplateLocatorGetLayoutFromName Method |
Namespace:
Dynamicweb.Frontend
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax public static Layout GetLayoutFromName(
Area area,
string layoutName
)
Public Shared Function GetLayoutFromName (
area As Area,
layoutName As String
) As Layout
Parameters
- area
- Type: Dynamicweb.ContentArea
- layoutName
- Type: SystemString
Return Value
Type:
LayoutSee Also