Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Utility Namespace / NVelocityHelper Class / Invoke Method
the method name
the method arguments
In This Topic
    Invoke Method (NVelocityHelper)
    In This Topic
    Invokes a method
    Syntax
    public object Invoke( 
       string method,
       params object[] args
    )

    Parameters

    method
    the method name
    args
    the method arguments

    Return Value

    the result of the method
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also