Share via


NewPageLayoutValidatorAggregator.Folder Property

Gets or sets the name of the folder that contains the page layouts.

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

Syntax

'Declaration
<BindableAttribute(True)> _
Public Property Folder As SPFolder
    Get
    Set
'Usage
Dim instance As NewPageLayoutValidatorAggregator
Dim value As SPFolder

value = instance.Folder

instance.Folder = value
[BindableAttribute(true)]
public SPFolder Folder { get; set; }

Property Value

Type: Microsoft.SharePoint.SPFolder
The SPFolder that contains the page layouts.

See Also

Reference

NewPageLayoutValidatorAggregator Class

NewPageLayoutValidatorAggregator Members

Microsoft.SharePoint.Publishing.WebControls Namespace