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. |