RelatedItemsField.GetFieldValueForImport method
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.