Freigeben über


List.CreateDocumentFromTemplateUsingPath Method

Definition

[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

Applies to