C# Класс Sitecore.SharedSource.Commons.Extensions.ItemListExtensions

Extensions methods for a list of items
Показать файл Открыть проект

Открытые методы

Метод Описание
ContainsItem ( this items, Item item ) : bool

Checks to see if the passed item is part of the current list

ContainsItem ( this list, string itemId ) : bool

Checks to see if the passed id is part of the current list

Описание методов

ContainsItem() публичный статический Метод

Checks to see if the passed item is part of the current list
public static ContainsItem ( this items, Item item ) : bool
items this
item Item
Результат bool

ContainsItem() публичный статический Метод

Checks to see if the passed id is part of the current list
public static ContainsItem ( this list, string itemId ) : bool
list this
itemId string
Результат bool