C# Class Sitecore.SharedSource.ItemUrlHelper.ProcessUrl.Clean.CleanUrlFactory

Afficher le fichier Open project: Velir/Sitecore-ItemUrlHelper

Méthodes publiques

Méthode Description
GetCleanUrl ( string url, XmlNode node ) : ICleanUrl

Returns the proper implementation of the clean class

Private Methods

Méthode Description
GetAssembly ( string assemblyName ) : Assembly

Retrieve the Assembly

GetItem_FromReflection ( string url, XmlNode node ) : ICleanUrl

Return item from reflection

Method Details

GetCleanUrl() public static méthode

Returns the proper implementation of the clean class
public static GetCleanUrl ( string url, XmlNode node ) : ICleanUrl
url string
node System.Xml.XmlNode
Résultat ICleanUrl