C# 클래스 Referenception.Core.Extensions.ItemExtensions

The item extension methods.
파일 보기 프로젝트 열기: unic/SitecoreReferenception

공개 메소드들

메소드 설명
HasBaseTemplate ( this item, string baseTemplate ) : bool

Determines whether the item has a base template.

메소드 상세

HasBaseTemplate() 공개 정적인 메소드

Determines whether the item has a base template.
public static HasBaseTemplate ( this item, string baseTemplate ) : bool
item this The item.
baseTemplate string The base template.
리턴 bool