CMSLazyTValueFromItems Method |
Note: This API is now obsolete.
Gets the lazy value from the given items
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 10.0.0
Syntax [ObsoleteAttribute("Use custom code instead.")]
public TValue FromItems(
IDictionary items
)
Parameters
- items
- Type: System.CollectionsIDictionary
Items dictionary
Return Value
Type:
TValueSee Also