Folder.AddSubFolderUsingPath method
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Sub AddSubFolderUsingPath ( _
leafPath As ResourcePath _
)
'Usage
Dim instance As Folder
Dim leafPath As ResourcePath
instance.AddSubFolderUsingPath(leafPath)
public void AddSubFolderUsingPath(
ResourcePath leafPath
)
Parameters
- leafPath
Type: Microsoft.SharePoint.Client.ResourcePath