RelatedItemsField.GetFieldValueForImport method
Trata a conversão do campo itens relacionados para fins de importação WSP.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Function GetFieldValueForImport ( _
value As String _
) As String
'Uso
Dim instance As RelatedItemsField
Dim value As String
Dim returnValue As String
returnValue = instance.GetFieldValueForImport(value)
public string GetFieldValueForImport(
string value
)
Parâmetros
value
Type: System.StringO valor do campo.
Valor retornado
Type: System.String
O valor do campo convertidos com todos os links relativos.