DirectFileUploaderGetIframeUrl Method |
Generates iframe URL.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 12.0.0
Syntax 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:
StringURL for iframe
See Also