Does anyone how to create a document that stored in external file store (let say external url store)?
It seems the following code, doesn't work (document created but cannot be opened --> "No content" error )
C#:
dataObject.Contents.Add(new UrlContent(urlContent, format));
Any help will be appreciated.