共用方式為


Lists.GetListItemChangesWithKnowledge method

會傳回所有符合指定的準則與所指定的清單knowledge參數中指定的日期-時間後已變更的清單項目。

Namespace:  WebSvcLists
Assembly:  STSSOAP (in STSSOAP.dll)

Syntax

'宣告
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/sharepoint/soap/GetListItemChangesWithKnowledge", RequestNamespace := "https://schemas.microsoft.com/sharepoint/soap/",  _
    ResponseNamespace := "https://schemas.microsoft.com/sharepoint/soap/",  _
    Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function GetListItemChangesWithKnowledge ( _
    listName As String, _
    viewName As String, _
    query As XmlNode, _
    viewFields As XmlNode, _
    rowLimit As String, _
    queryOptions As XmlNode, _
    syncScope As String, _
    knowledge As XmlNode, _
    contains As XmlNode _
) As XmlNode
'用途
Dim instance As Lists
Dim listName As String
Dim viewName As String
Dim query As XmlNode
Dim viewFields As XmlNode
Dim rowLimit As String
Dim queryOptions As XmlNode
Dim syncScope As String
Dim knowledge As XmlNode
Dim contains As XmlNode
Dim returnValue As XmlNode

returnValue = instance.GetListItemChangesWithKnowledge(listName, _
    viewName, query, viewFields, rowLimit, _
    queryOptions, syncScope, knowledge, _
    contains)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/sharepoint/soap/GetListItemChangesWithKnowledge", RequestNamespace = "https://schemas.microsoft.com/sharepoint/soap/", 
    ResponseNamespace = "https://schemas.microsoft.com/sharepoint/soap/", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public XmlNode GetListItemChangesWithKnowledge(
    string listName,
    string viewName,
    XmlNode query,
    XmlNode viewFields,
    string rowLimit,
    XmlNode queryOptions,
    string syncScope,
    XmlNode knowledge,
    XmlNode contains
)

參數

  • listName
    Type: System.String

    GUID 或要從中擷取清單項目清單的清單標題。如果使用者資訊清單指定的清單,字串設為"使用者資訊"或"的使用者資訊清單 」。

  • viewName
    Type: System.String

    要傳回清單項目清單的檢視 GUID。如果未指定,則會使用預設清單檢視中。viewFields、 rowLimit及queryOptions參數,如果指定,必須覆寫所使用的檢視對應的屬性。請注意用戶端不應該使用此參數。如果指定,伺服器必須略過此參數若也指定viewFields參數 ;否則,伺服器必須只驗證,則此參數的有效 GUID,且參數會參考到清單的檢視。

  • query
    Type: System.Xml.XmlNode

    以決定要傳回的記錄,從清單中的查詢和順序時則傳回的順序。

  • viewFields
    Type: System.Xml.XmlNode

    指定應傳回的欄位的清單項目。如果未指定,是否由排除參數或包括a null reference (Nothing in Visual Basic)值,會使用viewName參數檢視定義的欄位。如果 ViewFields 結構Properties屬性設為trueMetaInfo欄位參照FieldRef參數中,與清單相關的屬性必須傳回具有前置詞"ows_MetaInfo_"。

  • rowLimit
    Type: System.String

    指定要傳回在回應中的資料列數目上限。如果未指定,是否由傳遞空項目或排除項目,會使用viewName參數所指定的檢視的預設資料列限制。否則,這必須是 32 位元正負號的整數。伺服器必須傳回超過此參數所指定的多個清單項目。

  • syncScope
    Type: System.String

    指定同步處理的範圍。如果在a null reference (Nothing in Visual Basic),預設同步處理範圍使用空的識別碼。

  • knowledge
    Type: System.Xml.XmlNode

    指定以 XML 格式的 Microsoft Sync Framework knowledge資料結構。若未提供用戶端,在清單中的所有項目會傳回,隨時檢視] 或 [覆寫rowLimit參數的預設資料列限制。如果指定,回應將會包含清單項目之後已擷取的知識,受到列限制限制所做的變更。

  • contains
    Type: System.Xml.XmlNode

    限制所指定的清單項目] 欄位中要搜尋的特定值傳回的結果。伺服器會傳回只有那些清單項目滿足此準則。

傳回值

Type: System.Xml.XmlNode
會傳回XmlNode物件,代表清單項目變更為項目知識。

請參閱

參照

Lists class

Lists members

WebSvcLists namespace