This topic has not yet been rated - Rate this topic

SPWebCollection.WebsInfo property

List of SPWebInfo objects representing the SPWeb objects in the collection.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.UnsupportedSPType)]
public List<SPWebInfo> WebsInfo { get; }

Property value

Type: System.Collections.Generic.List<SPWebInfo>
The List<T>SPWebInfo objects in the collection.

This list is primarily used to retrieve properties of SPWeb objects in the collection.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.