Sometimes you need to call asset.setParam first becore you call asset.getContent or asset.getContentField. The reason for this is unknown to me at this point.
asset.setParam "fieldnames", "upload#ads" & vbCRLF & "upload#ofie1" & vbCRLF & "upload#text_ads"
asset.getContent()
Comments