Click or drag to resize
CMSLazyTValueFromItems Method
Gets the lazy value from the given items

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public TValue FromItems(
	IDictionary items
)

Parameters

items
Type: System.CollectionsIDictionary
Items dictionary

Return Value

Type: TValue
See Also