C# Class Referenception.Core.Extensions.ItemExtensions

The item extension methods.
Afficher le fichier Open project: unic/SitecoreReferenception

Méthodes publiques

Méthode Description
HasBaseTemplate ( this item, string baseTemplate ) : bool

Determines whether the item has a base template.

Method Details

HasBaseTemplate() public static méthode

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.
Résultat bool