leem
-
8/5/2009 7:14:46 AM
RE:Access transformation functions via code
Hi,
I'm using v4, I tried your method above and got the below error, also I want to get the image url not the html markup for the image
System.NullReferenceException: Object reference not set to an instance of an object. at CMS.Controls.CMSAbstractTransformation.get_DataItem() at CMS.Controls.CMSAbstractTransformation.get_DataRowView() at CMS.Controls.CMSAbstractTransformation.Eval(String columnName) at CMS.Controls.CMSAbstractTransformation.GetFileUrl(Object attachmentGuidColumn) at CMS.Controls.CMSAbstractTransformation.GetImage(Object attachmentGuidColumn, Object imageUrl, Object maxSideSize, Object width, Object height, Object alt) at CMS.Controls.CMSAbstractTransformation.GetImage(Object attachmentGuidColumn)
|