PageLayoutCollection.GetLayoutFileName Method
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Protected Function GetLayoutFileName ( _
nameWithNoExtention As String _
) As String
'Usage
Dim nameWithNoExtention As String
Dim returnValue As String
returnValue = Me.GetLayoutFileName(nameWithNoExtention)
protected string GetLayoutFileName(
string nameWithNoExtention
)
Parameters
- nameWithNoExtention
Type: System.String
Return Value
Type: System.String