Table of Contents

Class LoopCollection

Namespace
Dynamicweb.Rendering
Assembly
Dynamicweb.Core.dll

Represents a collection of loops.

public class LoopCollection : KeyedCollection<string, Loop>, IList<Loop>, ICollection<Loop>, IReadOnlyList<Loop>, IReadOnlyCollection<Loop>, IEnumerable<Loop>, IList, ICollection, IEnumerable
Inheritance
LoopCollection
Implements
Inherited Members
Extension Methods

Examples

See usage example in Template

Remarks

Used internally. Only access this through a template instance.

Methods

GetKeyForItem(Loop)

Gets the key for item. The key is the name of the loop

protected override string GetKeyForItem(Loop item)

Parameters

item Loop

The loop.

Returns

string
To top