ListItemCreationInformation.FolderUrl 屬性
取得或設定值,指定新清單項目的資料夾。
命名空間: Microsoft.SharePoint.Client
組件: Microsoft.SharePoint.Client.Silverlight (在 Microsoft.SharePoint.Client.Silverlight.dll 中); Microsoft.SharePoint.Client.Phone (在 Microsoft.SharePoint.Client.Phone.dll 中) Microsoft.SharePoint.Client (在 Microsoft.SharePoint.Client.dll 中)
語法
'宣告
Public Property FolderUrl As String
Get
Set
'用途
Dim instance As ListItemCreationInformation
Dim value As String
value = instance.FolderUrl
instance.FolderUrl = value
public string FolderUrl { get; set; }
屬性值
類型:System.String
傳回代表新的清單項目的資料夾String執行個體。
備註
如果該值為伺服器相對 URL 或絕對 URL,它必須在根資料夾中的清單。它必須null 參考 (未執行任何動作 於 Visual Basic 中),空白,伺服器相對 URL 或絕對 URL。
請參閱
參照
ListItemCreationInformation 類別