C# Class Referenception.Core.Extensions.ItemExtensions

The item extension methods.
显示文件 Open project: unic/SitecoreReferenception

Public Methods

Method Description
HasBaseTemplate ( this item, string baseTemplate ) : bool

Determines whether the item has a base template.

Method Details

HasBaseTemplate() public static method

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.
return bool