PageLayoutCreationInformation.NewPageLayoutEditablePath property

Gets or sets the full URL of the HTML page layout.

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

Syntax

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

value = instance.NewPageLayoutEditablePath

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

Property value

Type: System.String
The full URL of the HTML page layout.

See also

Reference

PageLayoutCreationInformation class

PageLayoutCreationInformation members

Microsoft.SharePoint.Publishing namespace