I have created a custom property data resolver.
I have added a override to the PackagingProvider method.
I am trying to add dependancies based on the items selected in the property.
That is if they select two documents and a media item(Its a MultiUrlPicker property) I want to add those selections as dependencies to the docuemnt so that that will be deployed along with the document.
But if I try item.Dependencies.Add in the property resolver it doesn't work. (Im thinking its becouse its adding the dependanceis to the property data not to the document but I dont know how to do this so it works as I need.
Any sugessions? Oh is there a way for me to access the document item from within the property packaging code.