I created a DTS6.0 plugin.In my plugin I want to asign some values to the rendition created
through IContentAttrValue interface in CTSResult which is the return field of function executeProfile
of ICTSPlugin. But i can not found the implimentation class of IContentAttrValue interface in DTS 6.0.
In DTS5.3 the com.documentum.services.dam.impl.ContentAttrValue class in dam_services.jar
impiments IContentAttrValue.But in DTS 6.0 i can found ContentAttrValue class.
Who can tell me in DTS6.0 where is the ContentAttrValue class or
there is other class which impliments IContentAttrValue interface?