WebTemplateCollection.GetByName method

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Function GetByName ( _
    name As String _
) As WebTemplate
'Usage
Dim instance As WebTemplateCollection
Dim name As String
Dim returnValue As WebTemplate

returnValue = instance.GetByName(name)
public WebTemplate GetByName(
    string name
)

Parameters

Return value

Type: Microsoft.SharePoint.Client.WebTemplate

See also

Reference

WebTemplateCollection class

WebTemplateCollection members

Microsoft.SharePoint.Client namespace