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

switch_xml_set_root() public static method

public static switch_xml_set_root ( switch_xml new_main ) : switch_status_t
new_main switch_xml
return switch_status_t
        public static switch_status_t switch_xml_set_root(switch_xml new_main)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_xml_set_root(switch_xml.getCPtr(new_main));
            return ret;
        }
freeswitch