OpenXMLDocuments.EditDocument Method
SharePoint 2010
Published: May 2010
Opens the specified XML document or form for editing within its associated application.
expression.EditDocument(bstrDocumentLocation As String, bstrDocumentID As String)
expression
An expression that returns an OpenXMLDocuments Control object.
bstrDocumentLocation
A string that contains the URL of the location of the XML document or form to open for editing.
bstrDocumentID
A string that contains the ProgID of the application, stored in Microsoft SharePoint Foundation as promoted from the XML file. It is used by the launch application (for example, inlaunch.dll) to determine the application—used to edit the XML document or form—to pass the command into. Recommended usage is to use the ProgID property set through XML property promotion in the properties.xfp file.