PublishingWebCollection Class

Represents a collection of PublishingWeb objects.

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.Publishing.CollectionBase
    Microsoft.SharePoint.Publishing.PublishingWebCollection

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

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class PublishingWebCollection _
    Inherits CollectionBase
'Usage
Dim instance As PublishingWebCollection
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class PublishingWebCollection : CollectionBase

Remarks

This collection provides integer and string indexer methods, foreach enumeration support (For Each in Microsoft Visual Basic), and a Count property that can be used when explicitly iterating the collection.

This collection also supports creating new PublishingWeb instances using the

Add method.

The PublishingWebCollection object wraps a Windows SharePoint Services SPWebCollection object.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

PublishingWebCollection Members

Microsoft.SharePoint.Publishing Namespace