List.CreateDocumentAndGetEditLink method
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Function CreateDocumentAndGetEditLink ( _
fileName As String, _
folderPath As String, _
documentTemplateType As Integer, _
templateUrl As String _
) As ClientResult(Of String)
'Usage
Dim instance As List
Dim fileName As String
Dim folderPath As String
Dim documentTemplateType As Integer
Dim templateUrl As String
Dim returnValue As ClientResult(Of String)
returnValue = instance.CreateDocumentAndGetEditLink(fileName, _
folderPath, documentTemplateType, _
templateUrl)
public ClientResult<string> CreateDocumentAndGetEditLink(
string fileName,
string folderPath,
int documentTemplateType,
string templateUrl
)
Parameters
- fileName
Type: System.String
- folderPath
Type: System.String
- documentTemplateType
Type: System.Int32
- templateUrl
Type: System.String
Return value
Type: Microsoft.SharePoint.Client.ClientResult<String>