DFC 6.5 SP2 - checkout / checkin and replace content
Based on one of our process requirements, we need to create a major version of an object and replace the content with another object. I know it's possible using the combination of the following methods / classes IDfCheckOut and IDfCheckIn operations and use IDFSysObject's getContent and setContent methods. Before I jump…