FolderCollection.GetByUrl メソッド
名前空間: 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 Function GetByUrl ( _
url As String _
) As Folder
'使用
Dim instance As FolderCollection
Dim url As String
Dim returnValue As Folder
returnValue = instance.GetByUrl(url)
public Folder GetByUrl(
string url
)
パラメーター
- url
型: System.String
戻り値
型: Microsoft.SharePoint.Client.Folder