.NET Framework Class Library
DataEntrHelper.LoadAllInput Method
|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > .NET API > MwPDMApi Namespace > DataEntrHelper Class > DataEntrHelper Methods > .NET Framework Class Library |
Initializes and loads all required input for script execution. This includes: - Localizing table and field names. - Loading general script input values. - Setting global variables and paths. - Reading Category Wizard field links and parameters. - Determining the document extension and type based on postFlag. Returns True if all operations succeed; otherwise, returns False.
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Function LoadAllInput ( _ postFlag As String _ |
C# |
|---|
public bool LoadAllInput( string postFlag |
Visual C++ |
|---|
public: bool LoadAllInput( |
JavaScript |
|---|
function loadAllInput(postFlag); |
Parameters
postFlag
Type: System.String
A flag indicating whether the operation is pre- or post-event.
Return Value
True if input loading was successful; otherwise, False.
See Also