C# Class Sitecore.SharedSource.PublishedItemComparer.Utils.ItemComparerUtil

Afficher le fichier Open project: Velir/Sitecore-PublishedItemComparer

Méthodes publiques

Свойство Type Description
ErrorIcon string
FailIcon string
PassIcon string

Méthodes publiques

Méthode Description
GetTargetDatabase ( ) : Database

Get the Target Database that is specified in the settings item

Validate ( Item currentItem, Item publishedItem ) : bool

Validate the fields of the item against another

Method Details

GetTargetDatabase() public static méthode

Get the Target Database that is specified in the settings item
public static GetTargetDatabase ( ) : Database
Résultat Database

Validate() public static méthode

Validate the fields of the item against another
public static Validate ( Item currentItem, Item publishedItem ) : bool
currentItem Item
publishedItem Item
Résultat bool

Property Details

ErrorIcon public_oe static_oe property

public static string ErrorIcon
Résultat string

FailIcon public_oe static_oe property

public static string FailIcon
Résultat string

PassIcon public_oe static_oe property

public static string PassIcon
Résultat string