I'm looking to set the Extension for electronic documents after uploading them via the SDK. I already have an LFDocument handle of the object just uploaded. While this code compiles and runs, it is not actually changing the extension in LF.
docInfo.LockObject(Lock_Type.LOCK_TYPE_WRITE); docInfo.ElectFile.Extension = extension; docInfo.Update(); // Clears document handles. docInfo.Dispose();
Thoughts on why this would not be updating the LFDocument's extension?