Click or drag to resize
ItemPropertiesLoadSelectedItems Method
Loads selected item into the child controls.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
Syntax
C#
public virtual void LoadSelectedItems(
	MediaItem item,
	Hashtable properties
)

Parameters

item
Type: CMS.ExtendedControlsMediaItem
Item to load
properties
Type: System.CollectionsHashtable
Item properties to load
See Also