Hi,
I am sending a file from one site collection to another site collection using the below specified method.
SPFile.SendToOfficialFile(String, SPOfficialFileHost, String, SPOfficialFileSubmissionMode, String)
For targetHost, I have specified it as link operation.
After the document moves to the target location, the file in my site should be displayed as link and
on click of link , hint url should be displayed.
In my case, the document is moved to the target location.
But the link icon is not displayed instead IE icon is displayed and
on click of the link the document contents are displayed instead of hint url.
Content Organizer rules are configured for the content type.
Please let me know how to get this working.
Thanks in advance
dhijit