List.CreateDocumentAndGetEditLink(String, String, Int32, 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.ClientResult<string> CreateDocumentAndGetEditLink (string fileName, string folderPath, int documentTemplateType, string templateUrl);
member this.CreateDocumentAndGetEditLink : string * string * int * string -> Microsoft.SharePoint.Client.ClientResult<string>
Public Function CreateDocumentAndGetEditLink (fileName As String, folderPath As String, documentTemplateType As Integer, templateUrl As String) As ClientResult(Of String)
Parameters
- fileName
- String
- folderPath
- String
- documentTemplateType
- Int32
- templateUrl
- String
Returns
- Attributes