Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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