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

Show file Open project: Velir/Sitecore-PublishedItemComparer

Public Properties

Property Type Description
ErrorIcon string
FailIcon string
PassIcon string

Public Methods

Method 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 method

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

Validate() public static method

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

Property Details

ErrorIcon public static property

public static string ErrorIcon
return string

FailIcon public static property

public static string FailIcon
return string

PassIcon public static property

public static string PassIcon
return string