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

switch_xml_locate_user_in_domain() public static method

public static switch_xml_locate_user_in_domain ( string user_name, switch_xml domain, SWIGTYPE_p_p_switch_xml user, SWIGTYPE_p_p_switch_xml ingroup ) : switch_status_t
user_name string
domain switch_xml
user SWIGTYPE_p_p_switch_xml
ingroup SWIGTYPE_p_p_switch_xml
return switch_status_t
        public static switch_status_t switch_xml_locate_user_in_domain(string user_name, switch_xml domain, SWIGTYPE_p_p_switch_xml user, SWIGTYPE_p_p_switch_xml ingroup)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_xml_locate_user_in_domain(user_name, switch_xml.getCPtr(domain), SWIGTYPE_p_p_switch_xml.getCPtr(user), SWIGTYPE_p_p_switch_xml.getCPtr(ingroup));
            return ret;
        }
freeswitch