if(typeof Ice == "undefined") Ice={};
if(typeof Ice.ContentGallery == "undefined") Ice.ContentGallery={};
if(typeof Ice.ContentGallery.BasicAjaxMethods == "undefined") Ice.ContentGallery.BasicAjaxMethods={};
Ice.ContentGallery.BasicAjaxMethods_class = function() {};
Object.extend(Ice.ContentGallery.BasicAjaxMethods_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetCountryList: function() {
		return this.invoke("GetCountryList", {}, this.GetCountryList.getArguments().slice(0));
	},
	GetList: function(GetWhat, ParentID) {
		return this.invoke("GetList", {"GetWhat":GetWhat, "ParentID":ParentID}, this.GetList.getArguments().slice(2));
	},
	AddToBasket: function(files) {
		return this.invoke("AddToBasket", {"files":files}, this.AddToBasket.getArguments().slice(1));
	},
	GetBasketCount: function() {
		return this.invoke("GetBasketCount", {}, this.GetBasketCount.getArguments().slice(0));
	},
	DeleteFile: function(FileID, FileExtension, PhysicalDelete) {
		return this.invoke("DeleteFile", {"FileID":FileID, "FileExtension":FileExtension, "PhysicalDelete":PhysicalDelete}, this.DeleteFile.getArguments().slice(3));
	},
	DeleteZipfile: function() {
		return this.invoke("DeleteZipfile", {}, this.DeleteZipfile.getArguments().slice(0));
	},
	DownloadBasket: function() {
		return this.invoke("DownloadBasket", {}, this.DownloadBasket.getArguments().slice(0));
	},
	CheckDuplicateEmail: function(email, userId) {
		return this.invoke("CheckDuplicateEmail", {"email":email, "userId":userId}, this.CheckDuplicateEmail.getArguments().slice(2));
	},
	FetchPassword: function(email) {
		return this.invoke("FetchPassword", {"email":email}, this.FetchPassword.getArguments().slice(1));
	},
	GetUserGroupByFolderId: function(folderId) {
		return this.invoke("GetUserGroupByFolderId", {"folderId":folderId}, this.GetUserGroupByFolderId.getArguments().slice(1));
	},
	url: '/ajaxpro/Ice.ContentGallery.BasicAjaxMethods,App_Code.ashx'
}));
Ice.ContentGallery.BasicAjaxMethods = new Ice.ContentGallery.BasicAjaxMethods_class();

