NVelocity.Runtime.RuntimeSingleton.GetVelocimacro C# (CSharp) Method

GetVelocimacro() public static method

Returns the appropriate VelocimacroProxy object if vmName is a valid current Velocimacro.
public static GetVelocimacro ( String vmName, String templateName ) : Directive
vmName String Name of velocimacro requested
templateName String Template Name
return NVelocity.Runtime.Directive.Directive
        public static Directive.Directive GetVelocimacro(String vmName, String templateName)
        {
            return ri.GetVelocimacro(vmName, templateName);
        }