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.
Processes wiki links at page-rendering time.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public Function ProcessWikiLinks ( _
input As String, _
item As SPListItem _
) As String
'Usage
Dim instance As SPFieldMultiLineText
Dim input As String
Dim item As SPListItem
Dim returnValue As String
returnValue = instance.ProcessWikiLinks(input, _
item)
public string ProcessWikiLinks(
string input,
SPListItem item
)
input
Type: System.StringA string that contains the input text.
item
Type: Microsoft.SharePoint.SPListItemAn SPListItem object that represents the current list item.
Type: System.String
The resulting processed string.
Before each wiki page is rendered, SharePoint Foundation checks all the wiki links on the page to see if they are broken. If the links are broken, SharePoint Foundation replaces the links with a link to the wiki Creation Page and marks the link for editing.