C# Class Optimus.Umbraco.Installer.AddUIPackageAction

Inheritance: IPackageAction
Afficher le fichier Open project: TimGeyssens/BundlingAndMinificationForTheMasses

Méthodes publiques

Méthode Description
Alias ( ) : string

This Alias must be unique and is used as an identifier that must match the alias in the package action XML

Execute ( string packageName, XmlNode xmlData ) : bool

Append the xmlData nodes to the UI.xml file

SampleXml ( ) : XmlNode
Undo ( string packageName, XmlNode xmlData ) : bool

Private Methods

Méthode Description
getUser ( ) : umbraco.BusinessLogic.User

Method Details

Alias() public méthode

This Alias must be unique and is used as an identifier that must match the alias in the package action XML
public Alias ( ) : string
Résultat string

Execute() public méthode

Append the xmlData nodes to the UI.xml file
public Execute ( string packageName, XmlNode xmlData ) : bool
packageName string Name of the package that we install
xmlData System.Xml.XmlNode The data that must be appended to the UI.xml file
Résultat bool

SampleXml() public méthode

public SampleXml ( ) : XmlNode
Résultat System.Xml.XmlNode

Undo() public méthode

public Undo ( string packageName, XmlNode xmlData ) : bool
packageName string
xmlData System.Xml.XmlNode
Résultat bool