C# 클래스 Sitecore.SharedSource.Commons.Extensions.ItemListExtensions

Extensions methods for a list of items
파일 보기 프로젝트 열기: Velir/Sitecore-Commons

공개 메소드들

메소드 설명
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