FreeSWITCH.Native.freeswitch.switch_ivr_menu_stack_xml_build C# (CSharp) Method

switch_ivr_menu_stack_xml_build() public static method

public static switch_ivr_menu_stack_xml_build ( SWIGTYPE_p_switch_ivr_menu_xml_ctx xml_menu_ctx, SWIGTYPE_p_p_switch_ivr_menu menu_stack, switch_xml xml_menus, switch_xml xml_menu ) : switch_status_t
xml_menu_ctx SWIGTYPE_p_switch_ivr_menu_xml_ctx
menu_stack SWIGTYPE_p_p_switch_ivr_menu
xml_menus switch_xml
xml_menu switch_xml
return switch_status_t
        public static switch_status_t switch_ivr_menu_stack_xml_build(SWIGTYPE_p_switch_ivr_menu_xml_ctx xml_menu_ctx, SWIGTYPE_p_p_switch_ivr_menu menu_stack, switch_xml xml_menus, switch_xml xml_menu)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_ivr_menu_stack_xml_build(SWIGTYPE_p_switch_ivr_menu_xml_ctx.getCPtr(xml_menu_ctx), SWIGTYPE_p_p_switch_ivr_menu.getCPtr(menu_stack), switch_xml.getCPtr(xml_menus), switch_xml.getCPtr(xml_menu));
            return ret;
        }
freeswitch