Click or drag to resize

RazorTemplateBaseTModelGetLoop Method

Gets the loop.

Namespace:  Dynamicweb.Rendering
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.9.0
Syntax
public List<RazorTemplateBaseTModelLoopItem> GetLoop(
	string name
)

Parameters

name
Type: SystemString
The name of the loop.

Return Value

Type: ListRazorTemplateBaseTModelLoopItem
A Generic.List of LoopItem.
See Also