我正在嘗試在SharePoint列表中創建一個新項目。沒有收到任何錯誤消息,但該項目沒有出現在列表中。 這裏是我的代碼: 'Declare and initialize Lists Web service.
Dim listService As New Lists()
'Authenticate
listService.Credentials = System
我想執行基於條件if語句的CAML查詢。因此,如果在這種情況下「xapthresult」的變量等於「BT ADSL」,則將執行查詢。以下是代碼片段: //Executing the correct query based on a if condition for BT ADSL
if(xpathresult == "BT ADSL")
{
//Creating the CAML quer