List.CreateDocumentFromTemplateUsingPath Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Microsoft.SharePoint.Client.Remote]
public Microsoft.SharePoint.Client.ListItem CreateDocumentFromTemplateUsingPath (Microsoft.SharePoint.Client.ResourcePath filePath, Microsoft.SharePoint.Client.Folder targetFolder, Microsoft.SharePoint.Client.ResourcePath templatePath);
member this.CreateDocumentFromTemplateUsingPath : Microsoft.SharePoint.Client.ResourcePath * Microsoft.SharePoint.Client.Folder * Microsoft.SharePoint.Client.ResourcePath -> Microsoft.SharePoint.Client.ListItem
Public Function CreateDocumentFromTemplateUsingPath (filePath As ResourcePath, targetFolder As Folder, templatePath As ResourcePath) As ListItem
Parameters
- filePath
- ResourcePath
- targetFolder
- Folder
- templatePath
- ResourcePath
Returns
- Attributes