RelatedItemsField.GetFieldValueForExport - Méthode
Gère la conversion du champ des éléments connexes pour des fins d'exportation WSP.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Function GetFieldValueForExport ( _
value As Object _
) As String
'Utilisation
Dim instance As RelatedItemsField
Dim value As Object
Dim returnValue As String
returnValue = instance.GetFieldValueForExport(value)
public string GetFieldValueForExport(
Object value
)
Paramètres
value
Type : System.ObjectLa valeur du champ.
Valeur renvoyée
Type : System.String
Le champ préparé pour l'exportation WSP.