RelatedItemsField.GetFieldValueForImport - Méthode
Gère la conversion du champ les éléments associés à des fins WSP importation.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Function GetFieldValueForImport ( _
value As String _
) As String
'Utilisation
Dim instance As RelatedItemsField
Dim value As String
Dim returnValue As String
returnValue = instance.GetFieldValueForImport(value)
public string GetFieldValueForImport(
string value
)
Paramètres
value
Type : System.StringLa valeur du champ.
Valeur renvoyée
Type : System.String
La valeur de champ convertie avec tous les liens relatifs.