Complementary information
There is currently no complementary information. You can let a comment on this page to ask for more a specific information, we will be pleased to add it to this page.
Labels
There is currently no complementary information. You can let a comment on this page to ask for more a specific information, we will be pleased to add it to this page.
2 Comments
Hide/Show CommentsNov 10, 2010
Anonymous
How can I remove a single file from the list? I succeeded removing the entire list, but I don't know how to remove only one file.
Nov 10, 2010
Bogdan Stefanescu
You need to specify the full xpath to the item you want to remove. This means you need to know the index in the list of the blob you want to remove.
For example if you are using the files schema here is the xpath you need to use to remove the first blob in the list:
To remove the second blob use:
and so on...
You will get an exception if the index is out of range.