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

switch_xml_locate() public static method

public static switch_xml_locate ( string section, string tag_name, string key_name, string key_value, SWIGTYPE_p_p_switch_xml root, SWIGTYPE_p_p_switch_xml node, switch_event arg6, switch_bool_t clone ) : switch_status_t
section string
tag_name string
key_name string
key_value string
root SWIGTYPE_p_p_switch_xml
node SWIGTYPE_p_p_switch_xml
arg6 switch_event
clone switch_bool_t
return switch_status_t
        public static switch_status_t switch_xml_locate(string section, string tag_name, string key_name, string key_value, SWIGTYPE_p_p_switch_xml root, SWIGTYPE_p_p_switch_xml node, switch_event arg6, switch_bool_t clone)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_xml_locate(section, tag_name, key_name, key_value, SWIGTYPE_p_p_switch_xml.getCPtr(root), SWIGTYPE_p_p_switch_xml.getCPtr(node), switch_event.getCPtr(arg6), (int)clone);
            return ret;
        }
freeswitch