Hello all,
Does anyone know a way to retrieve a ContentInstance by its ID?
I can retrieve it by its GUID, using the following API call:
ContentInstance ci = (ContentInstance)ContentUtil.getManagedObject(new ManagedObjectVCMRef(guid));
Alternatively, if there was a way of mapping an ID to a GUID, this would do.
Thanks in advance,
Eoin.