Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Excerpt

Opens and returns an existing Document from a SharePoint Document Library.

Signature
C#
C#
public<p>public Document Open(this WordApplication wordApplication, Microsoft.SharePoint.SPDocumentLibrary docLib, String fileName)
</p>
Signature
vb.net
vb.net
Public<p>Public Function Open(ByVal wordApplication As WordApplication, ByVal docLib As Microsoft.SharePoint.SPDocumentLibrary, ByVal fileName As String) As Document
Document</p>
Parameters
Param
wordApplication
wordApplication

The current WordApplication object which is calling Open

...