C# Class Skybrud.Umbraco.GridData.Howdy

Internal class referencing stuff from Umbraco 7.3, which isn't available in Umbraco 7.2. Since only this class is referencing code in Umbraco 7.3, we can make a release that works for both Umbraco 7.2.x and 7.3.x.
Show file Open project: skybrud/Skybrud.Umbraco.GridData Class Usage Examples

Public Methods

Method Description
MapPath ( string virtualPath ) : string
ReplaceEditorObjectFromConfig ( GridControl control ) : void

Method Details

MapPath() public static method

public static MapPath ( string virtualPath ) : string
virtualPath string
return string

ReplaceEditorObjectFromConfig() public static method

public static ReplaceEditorObjectFromConfig ( GridControl control ) : void
control GridControl
return void