Click or drag to resize
DirectFileUploaderGetIframeUrl Method
Generates iframe URL.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
protected string GetIframeUrl(
	string containerDivId,
	string uploaderFrameId
)

Parameters

containerDivId
Type: SystemString
Container div client ID
uploaderFrameId
Type: SystemString
Uploader iframe client ID

Return Value

Type: String
URL for iframe
See Also