List.CreateDocumentFromTemplate(String, Folder, String) 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 CreateDocumentFromTemplate (string fileName, Microsoft.SharePoint.Client.Folder targetFolder, string templateUrl);
member this.CreateDocumentFromTemplate : string * Microsoft.SharePoint.Client.Folder * string -> Microsoft.SharePoint.Client.ListItem
Public Function CreateDocumentFromTemplate (fileName As String, targetFolder As Folder, templateUrl As String) As ListItem
Parameters
- fileName
- String
- targetFolder
- Folder
- templateUrl
- String
Returns
- Attributes