Click or drag to resize
ContentInnerMediaViewGetLibraryUpdateControl Method
Initializes upload control. When data is null, the control can be rendered as disabled only.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
public void GetLibraryUpdateControl(
	ref DirectFileUploader dfuElem,
	IDataContainer data
)

Parameters

dfuElem
Type: CMS.UIControlsDirectFileUploader
Upload control to initialize
data
Type: CMS.BaseIDataContainer
Data row with data on related media file
See Also