ListItemBasedReadOnlyCollection<T> class

The members of this namespace or class are reserved for internal use and are not intended to be used directly from your code.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Publishing.CollectionBase<T>
    Microsoft.SharePoint.Publishing.ListItemBasedReadOnlyCollection<T>
      Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJobReportCollection
      Microsoft.SharePoint.Publishing.ListItemBasedCollection<T>

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

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public MustInherit Class ListItemBasedReadOnlyCollection(Of T As ListItemWrapper) _
    Inherits CollectionBase(Of T)
'Usage
Dim instance As ListItemBasedReadOnlyCollection(Of T)
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public abstract class ListItemBasedReadOnlyCollection<T> : CollectionBase<T>
where T : ListItemWrapper

Type parameters

  • T
    Type of the items in the collection.

Remarks

Defines a generic read-only SharePoint Publishing Collection that wraps an underlying SPListItemCollection. This class is meant for MS-Internal use only.

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

ListItemBasedReadOnlyCollection<T> members

Microsoft.SharePoint.Publishing namespace