EntitySpaces esPlugIn for MyGeneration

esHelper.DnpUtils Property

The DnpUtils MyGeneration Plugin Instance to use.

[Visual Basic]
Public Property DnpUtils As Utils
[C#]
public Dnp.Utils.Utils DnpUtils {get; set;}

Remarks

DnpUtils is also a MyGeneration plugin and it is an intrinsic object that is shipped with MyGeneration 1.1.5.0 and onward. You just need to assign it before you use the esPlugIn in the template body as shown below in the code sample.

Example

C# Template Code

esPlugIn.DnpUtils = DnpUtils;

See Also

esHelper Class | EntitySpaces.PlugIn Namespace