NewPageLayoutValidatorAggregator.Folder Property
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
See Also
Reference
NewPageLayoutValidatorAggregator Class