PageLayoutCreationInformation.NewPageLayoutNameWithoutExtension property

Gets or sets the name of the page layout.

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

Syntax

'Declaration
Public Property NewPageLayoutNameWithoutExtension As String
    Get
    Set
'Usage
Dim instance As PageLayoutCreationInformation
Dim value As String

value = instance.NewPageLayoutNameWithoutExtension

instance.NewPageLayoutNameWithoutExtension = value
public string NewPageLayoutNameWithoutExtension { get; set; }

Property value

Type: System.String
The name of the page layout.

See also

Reference

PageLayoutCreationInformation class

PageLayoutCreationInformation members

Microsoft.SharePoint.Publishing namespace