| DirectFileUploaderGetIframeUrl Method | 
            Generates iframe URL.
            
 
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
 Syntax
Syntaxprotected string GetIframeUrl(
	string containerDivId,
	string uploaderFrameId
)
Parameters
- containerDivId
- Type: SystemString
 Container div client ID
- uploaderFrameId
- Type: SystemString
 Uploader iframe client ID
Return Value
Type: 
StringURL for iframe
 See Also
See Also