We're using the uploading method shown at https://knowledge.opentext.com/knowledge/cs.dll/fetch/2001/15080935/-15106263/15106294/15106295/17990637/45500683/upload_C#.html for new documents.
It's easy to see how file attributes can be set using fileatts, but I've searched the documentation for everything I can think of and can't find documentation for how to set the subtype of the file.
We can successfully upload new files, yet they are all being created as subtype 144, which I expect is the default 'general document' subtype.
We need the new files to be CAD documents, subtype 736.
Can someone point me to information on how to set the subtype when uploading new documents?
Thank you.