injects the upload directory into raw HTML for src and background tags

Namespace: DotNetNuke.Common
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static string ManageUploadDirectory(
	string strHTML,
	string strUploadDirectory
)
Visual Basic
Public Shared Function ManageUploadDirectory ( 
	strHTML As String,
	strUploadDirectory As String
) As String

Parameters

strHTML
Type: System..::..String
raw HTML text
strUploadDirectory
Type: System..::..String
path of portal image directory

Return Value

HTML with paths for images and background corrected

Remarks