.NET Framework Class Library
DataEntrHelper.CancelCustomScript Method
|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > .NET API > MwPDMApi Namespace > DataEntrHelper Class > DataEntrHelper Methods > .NET Framework Class Library |
Creates a cancellation file ("DataEntr_Custom.CANCEL") in the system temporary directory to signal that the Save As process should be cancelled. Typically called from custom DataEntr_PreEvent or DataEntr_PostEvent methods.
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Sub CancelCustomScript |
C# |
|---|
public void CancelCustomScript() |
Visual C++ |
|---|
public: void CancelCustomScript() |
JavaScript |
|---|
function cancelCustomScript(); |
See Also