injects the upload directory into raw HTML for a single token
Namespace: DotNetNuke.CommonAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public static string ManageTokenUploadDirectory( string strHTML, string strUploadDirectory, string strToken ) |
Visual Basic |
---|
Public Shared Function ManageTokenUploadDirectory ( strHTML As String, strUploadDirectory As String, strToken As String ) As String |
Parameters
- strHTML
- Type: System..::..String
raw HTML text
- strUploadDirectory
- Type: System..::..String
path of portal image directory
- strToken
- Type: System..::..String
token to be replaced
Return Value
HTML with paths for images and background corrected
Remarks
called by ManageUploadDirectory for each token.