Hi
You're correct - the Document List webscript, if given no other parameters, shows documents in the userhome space.
The portlet accepts one of two optional arguments, "p" or "q":
- p (path) - Named path
e.g. "p=/Company Home/User Homes/My User"
displays documents in My User space
- q (query) Lucene query
e.g. "q=@cm\\:name:*cheese*"
displays documents with "cheese" in the name
I'm not sure where you've obtained the assumption that the Document List was called "MyDocuments" because not how it was designed. However, as you can see you can customise the view to meet your requirements.
Thanks,
Mike