Is there a list anywhere of the various asset attributes that can be used in the xml import php script?
Obviously I've worked out name and short_name from the example script but it'd be nice to know other ones that are available. Specifically, I'm looking for the webpaths one (I've tried webpath,web_path,path,paths).
[quote]Is there a list anywhere of the various asset attributes that can be used in the xml import php script?
Obviously I've worked out name and short_name from the example script but it'd be nice to know other ones that are available. Specifically, I'm looking for the webpaths one (I've tried webpath,web_path,path,paths).[/quote]
You should try using the export to xml php script and run an asset through that. Then you can see the complete XML structure for any specific asset.
Doh. Never occurred to me to try that.
Thanks. It gives me what I want.