NewPageLayoutValidatorAggregator.PageLayoutCollection Property
Adds a Master Page Gallery object to the new page layout.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
<BindableAttribute(True)> _
Public Property PageLayoutCollection As PageLayoutCollection
Get
Set
'Usage
Dim instance As NewPageLayoutValidatorAggregator
Dim value As PageLayoutCollection
value = instance.PageLayoutCollection
instance.PageLayoutCollection = value
[BindableAttribute(true)]
public PageLayoutCollection PageLayoutCollection { get; set; }
Property Value
Type: Microsoft.SharePoint.Publishing.PageLayoutCollection
See Also
Reference
NewPageLayoutValidatorAggregator Class