.NET Framework Class Library
UserInterface.ShowFullPreviewExternal Method

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace > UserInterface Class > UserInterface Methods >

.NET Framework Class Library
UserInterface.ShowFullPreviewExternal Method

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, _
 documentId As String _
As Boolean

C#

public bool ShowFullPreviewExternal(

 string fullFilename,
 string documentId
)

Visual C++

public:

bool ShowFullPreviewExternal(
 StringfullFilename,
 StringdocumentId
)

JavaScript

function showFullPreviewExternal(fullFilenamedocumentId);

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

UserInterface Class

UserInterface Members

MwPDMApi Namespace