iControl.SystemConfigSync.delete_single_configuration_file C# (CSharp) Method

delete_single_configuration_file() private method

private delete_single_configuration_file ( string filename ) : void
filename string
return void
        public void delete_single_configuration_file(
		string filename
	)
        {
            this.Invoke("delete_single_configuration_file", new object [] {
                filename});
        }
SystemConfigSync