Hello,
I am using version 7 of the MediaBin web service, and trying to enumerate the assets in a container. I am making the following call ("Media Database" is the root folder of my MediaBin database):
MBSession_GetMBObjectsByPath(MBObjectType.Asset, "Media Database");
The server is throwing the following error:
"Length cannot be less than zero. Parameter name: length"
Also, if I pass in MBObjectType.Container instead of Asset, it returns null even though the root folder has 12 sub-folders.
What am I doing wrong here? How do I get a list of a container's assets or sub-containers?
Thanks