Compartilhar via


List.CreateDocumentFromTemplate método

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight (em Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (em Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (em Microsoft.SharePoint.Client.dll)

Sintaxe

'Declaração
Public Function CreateDocumentFromTemplate ( _
    fileName As String, _
    targetFolder As Folder, _
    templateUrl As String _
) As ListItem
'Uso
Dim instance As List
Dim fileName As String
Dim targetFolder As Folder
Dim templateUrl As String
Dim returnValue As ListItem

returnValue = instance.CreateDocumentFromTemplate(fileName, _
    targetFolder, templateUrl)
public ListItem CreateDocumentFromTemplate(
    string fileName,
    Folder targetFolder,
    string templateUrl
)

Parâmetros

Valor retornado

Tipo: Microsoft.SharePoint.Client.ListItem

Ver também

Referência

List classe

List membros

Microsoft.SharePoint.Client namespace