Partager via


Lists.GetVersionCollection - Méthode

Retourne des informations de version pour le champ spécifié dans une liste SharePoint.

Espace de noms :  WebSvcLists
Assembly :  STSSOAP (dans STSSOAP.dll)

Syntaxe

'Déclaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/sharepoint/soap/GetVersionCollection", RequestNamespace := "https://schemas.microsoft.com/sharepoint/soap/",  _
    ResponseNamespace := "https://schemas.microsoft.com/sharepoint/soap/",  _
    Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function GetVersionCollection ( _
    strlistID As String, _
    strlistItemID As String, _
    strFieldName As String _
) As XmlNode
'Utilisation
Dim instance As Lists
Dim strlistID As String
Dim strlistItemID As String
Dim strFieldName As String
Dim returnValue As XmlNode

returnValue = instance.GetVersionCollection(strlistID, _
    strlistItemID, strFieldName)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/sharepoint/soap/GetVersionCollection", RequestNamespace = "https://schemas.microsoft.com/sharepoint/soap/", 
    ResponseNamespace = "https://schemas.microsoft.com/sharepoint/soap/", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public XmlNode GetVersionCollection(
    string strlistID,
    string strlistItemID,
    string strFieldName
)

Paramètres

  • strlistID
    Type : System.String

    Chaîne qui contient l'ID de la liste.

  • strlistItemID
    Type : System.String

    Chaîne qui contient l'ID de l'élément.

  • strFieldName
    Type : System.String

    Chaîne qui contient le nom du champ.

Valeur renvoyée

Type : System.Xml.XmlNode
Un fragment XML qui contient les informations de version, et qui peuvent être affectés à un objet System.Xml.XmlNode .

Voir aussi

Référence

Lists classe

Lists - Membres

WebSvcLists - Espace de noms