ListItemBasedCollection<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.ListItemBasedCollection<T>
        Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJobCollection
        Microsoft.SharePoint.Publishing.Administration.ContentDeploymentPathCollection

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 ListItemBasedCollection(Of T As ListItemWrapper) _
    Inherits ListItemBasedReadOnlyCollection(Of T)
'Usage
Dim instance As ListItemBasedCollection(Of T)
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public abstract class ListItemBasedCollection<T> : ListItemBasedReadOnlyCollection<T>
where T : ListItemWrapper

Type Parameters

  • T
    Enumerable type T.

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

ListItemBasedCollection<T> Members

Microsoft.SharePoint.Publishing Namespace