.NET Framework Class Library
UserInterface.ShowFullPreviewExternal Method
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > UserInterface Class > UserInterface Methods > .NET Framework Class Library |
Opens the full preview external application with the provided filename and document ID
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Function ShowFullPreviewExternal ( _ fullFilename As String, _ |
C# |
|---|
public bool ShowFullPreviewExternal( string fullFilename, |
Visual C++ |
|---|
public: bool ShowFullPreviewExternal( |
JavaScript |
|---|
function showFullPreviewExternal(fullFilename, documentId); |
Parameters
fullFilename
Type: System.String
the full pathname of the file being shown
documentId
Type: System.String
the document ID of the file being shown
Return Value
TRUE if the application is showing the document successfully, FALSE otherwise
Remarks
Available starting from R20 sp0.0 release.
See Also