The IListBLL type exposes the following members.

Methods

  Name Description
Public method CreateNewList
Create new list.
Public method CreateNewListItem
Create new list item.
Public method EnsureListItemLocalization
Ensures that there is a relevant localization for the listitem that is passed as a parameter
Public method EnsureListLocalization
Ensures that all listitems have localizations for the currently active language
Public method GetAllLists()()()()
Retrieves a list of all portal lists on the system
Public method GetAllLists(Boolean)
Retrieves a list of all portal lists on the system
Public method GetItemPrefetchPath
Get prefetch path.
Public method GetList(Guid)
Retrieves a list entity with the specified ID.
Public method GetList(String)
Retrieves a list entity with the specified name.
Public method GetListCollection(Boolean, ISortExpression, Int32, Int32, Int32%)
Retrieves all lists.
Public method GetListCollection(RelationPredicateBucket, ISortExpression, IPrefetchPath2, Int32, Int32, Int32%)
Retrieves all lists.
Public method GetListInitialFilter
Get initial filter.
Public method GetListItemCollection(RelationPredicateBucket, ISortExpression, IPrefetchPath2, Int32, Int32, Int32%)
Retrieves all list items.
Public method GetListItemCollection(Guid, Boolean, ISortExpression, Int32, Int32, Int32%)
Retrieves all list items.
Public method GetListItems(Guid, Int32, Int32, Int32%)
Retrieves a list of list items for a list with the specified ID.
Public method GetListItems(String, Int32, Int32, Int32%)
Retrieves a list of list items for a list with the specified name.
Public method GetListItemSorter
Get sort expression.
Public method GetListSorter
Get sort expression.
Public method GetPrefetchPath
Get prefetch path.

See Also