.NET Framework Class Library
DataForm.EditRevisionRecord Method
|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > .NET API > MwPDMApi Namespace > DataForm Class > DataForm Methods > .NET Framework Class Library |
Displays the Revision Data Input Form in editing mode.
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Sub EditRevisionRecord ( _ Optional docUid As String = "", _ |
C# |
|---|
public void EditRevisionRecord( string docUid = "", |
Visual C++ |
|---|
public: void EditRevisionRecord( |
JavaScript |
|---|
function editRevisionRecord(docUid, noInput, fieldNameToBeDisplayed); |
Parameters
docUid (Optional)
Type: System.String
Optional. The unique id of the record to edit
noInput (Optional)
Type: System.Boolean
Optional. If TRUE no input dialos is shown, FALSE otherwise (used if docUid is specified)
fieldNameToBeDisplayed (Optional)
Type: System.String
Optional. The name of a REVISIONS table field (used if docUid is specified). T he first tab in the Edit Revision mask that contains such field will be shown as front tab when editing
Remarks
If the parameter docUid is not assigned, it is edited the revision record of the currently selected document in the browser
See Also