CreateLink |
Scroll |
Creates a new Therefore⢠compound file that contains a link to an Therefore⢠document.
Namespace: Therefore.API
Visual Basic Public Overridable Function CreateLink ( _ nDocNo As Integer, _ strFileName As String _ ) C# public virtual void CreateLink ( int nDocNo, ref string strFileName )
Parameters nDocNo The document number of the document the new link will point to.
[in,out] strFileName The filename of the Therefore⢠compound file. You may specify an empty string. In this case a new file on the System-Temp directory will be created. The new filename will be returned in this parameter.
Return Value None. |