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.
Handles conversion of the Related Items field for WSP import purposes.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function GetFieldValueForImport ( _
value As String _
) As String
'Usage
Dim instance As RelatedItemsField
Dim value As String
Dim returnValue As String
returnValue = instance.GetFieldValueForImport(value)
public string GetFieldValueForImport(
string value
)
Parameters
value
Type: System.StringThe field value.
Return value
Type: System.String
The field value converted with all relative links.