QueryBasedCollection<T> Properties

Include Protected Members
Include Inherited Members

The QueryBasedCollection<T> type exposes the following members.

Properties

  Name Description
Public property Count Gets the number of items in the collection. (Inherited from CollectionBase<T>.)
Public property IsSynchronized Gets whether the collection is synchronized. (Inherited from CollectionBase<T>.)
Public property Item[Int32] Gets the item at the specified index. (Inherited from CollectionBase<T>.)
Public property Item[Guid] Gets an item by its unique identifier (ID).
Public property Item[String] Gets an item by its Web-relative URL.
Public property RowLimit Gets the maximum number of items that can be contained in a collection that is using data paging.
Public property SyncRoot Gets the object that can be used to synchronize access to this collection. (Inherited from CollectionBase<T>.)

Top

See Also

Reference

QueryBasedCollection<T> Class

Microsoft.SharePoint.Publishing Namespace