iControl.ManagementLDAPConfiguration.set_user_template C# (CSharp) Method

set_user_template() private method

private set_user_template ( string config_names, string templates ) : void
config_names string
templates string
return void
        public void set_user_template(
		string [] config_names,
		string [] templates
	)
        {
            this.Invoke("set_user_template", new object [] {
                config_names,
                templates});
        }
ManagementLDAPConfiguration