if(typeof Common == "undefined") Common={};
Common.AjaxUtilities_class = function() {};
Object.extend(Common.AjaxUtilities_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetDocAdapterDescription: function(DocAdapterID) {
		return this.invoke("GetDocAdapterDescription", {"DocAdapterID":DocAdapterID}, this.GetDocAdapterDescription.getArguments().slice(1));
	},
	AllowTypeIn: function(DocAdapterID) {
		return this.invoke("AllowTypeIn", {"DocAdapterID":DocAdapterID}, this.AllowTypeIn.getArguments().slice(1));
	},
	GetDocAdapterInfo: function(DocAdapterID) {
		return this.invoke("GetDocAdapterInfo", {"DocAdapterID":DocAdapterID}, this.GetDocAdapterInfo.getArguments().slice(1));
	},
	GetDocAdapters: function(ContentDataTypeID) {
		return this.invoke("GetDocAdapters", {"ContentDataTypeID":ContentDataTypeID}, this.GetDocAdapters.getArguments().slice(1));
	},
	url: '/ajaxpro/Common.AjaxUtilities,GetPublished.ashx'
}));
Common.AjaxUtilities = new Common.AjaxUtilities_class();

