if(typeof BMS_LIB == "undefined") BMS_LIB={};
if(typeof BMS_LIB.Common == "undefined") BMS_LIB.Common={};
if(typeof BMS_LIB.Common.Controls == "undefined") BMS_LIB.Common.Controls={};
if(typeof BMS_LIB.Common.Controls.FileManager == "undefined") BMS_LIB.Common.Controls.FileManager={};
if(typeof BMS_LIB.Common.Controls.FileManager.UI == "undefined") BMS_LIB.Common.Controls.FileManager.UI={};
if(typeof BMS_LIB.Common.Controls.FileManager.UI.ListFilesHelpers_class == "undefined") BMS_LIB.Common.Controls.FileManager.UI.ListFilesHelpers_class={};
BMS_LIB.Common.Controls.FileManager.UI.ListFilesHelpers_class = function() {};
Object.extend(BMS_LIB.Common.Controls.FileManager.UI.ListFilesHelpers_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getFileList: function(p_strFolderPath, p_ControlID) {
		return this.invoke("getFileList", {"p_strFolderPath":p_strFolderPath, "p_ControlID":p_ControlID}, this.getFileList.getArguments().slice(2));
	},
	url: '/ajaxpro/BMS_LIB.Common.Controls.FileManager.UI.ListFilesHelpers,BMS_LIB.ashx'
}));
BMS_LIB.Common.Controls.FileManager.UI.ListFilesHelpers = new BMS_LIB.Common.Controls.FileManager.UI.ListFilesHelpers_class();


