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

IsVelocimacro() public static method

Checks to see if a VM exists
public static IsVelocimacro ( String vmName, String templateName ) : bool
vmName String Name of velocimacro
templateName String Template Name
return bool
        public static bool IsVelocimacro(String vmName, String templateName)
        {
            return ri.IsVelocimacro(vmName, templateName);
        }