I am using the GetAssetsInfo function and would like to know if there is a complete list of finder attributes? So far, all I see is children and lineage. Not sure I can guess what the others are.
GetAssetsInfo finder attributes list?
[quote]
I am using the GetAssetsInfo function and would like to know if there is a complete list of finder attributes? So far, all I see is children and lineage. Not sure I can guess what the others are.
[/quote]
From here: assetid, name, type, type ancestor, children and lineage.
[quote]
From here: assetid, name, type, type ancestor, children and lineage.
[/quote]
Yeah, I saw those, I guess I was expecting there to be more options.
[quote]
Yeah, I saw those, I guess I was expecting there to be more options.
[/quote]
What else do you need? :lol:
[quote]
What else do you need? :lol:
[/quote]
Oh, I just wish I could get the status code.
[quote]
Oh, I just wish I could get the status code.
[/quote]
You could use GetAsset for the status code (only you will have to parse the XML yourself I think), but yeah you could suggest it as a feature on bug tracker if you want, I think it would be worth it.
[quote]
but yeah you could suggest it as a feature on bug tracker if you want, I think it would be worth it.
[/quote]
Or Roadmap. And get voting!
[quote]
You could use GetAsset for the status code (only you will have to parse the XML yourself I think), but yeah you could suggest it as a feature on bug tracker if you want, I think it would be worth it.
[/quote]
Yeah, I have done this in other places, but it only allows you to get 1 asset per call, GetAssetsInfo can get any number of assets all in one call.