Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Converts Wiki tags to HTML given the URL for a folder.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Shared Function ConvertWikiLinkToHtmlLink ( _
input As String, _
folderUrl As String _
) As String
'Usage
Dim input As String
Dim folderUrl As String
Dim returnValue As String
returnValue = SPUtility.ConvertWikiLinkToHtmlLink(input, _
folderUrl)
public static string ConvertWikiLinkToHtmlLink(
string input,
string folderUrl
)
Parameters
input
Type: System.StringA string that contains Wiki tags.
folderUrl
Type: System.StringThe server-relative URL of a folder.
Return Value
Type: System.String
The converted string.