Click or drag to resize
CMSLazyTValueFromItems Method

Note: This API is now obsolete.

Gets the lazy value from the given items

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 10.0.0
Syntax
C#
[ObsoleteAttribute("Use custom code instead.")]
public TValue FromItems(
	IDictionary items
)

Parameters

items
Type: System.CollectionsIDictionary
Items dictionary

Return Value

Type: TValue
See Also