.NET Framework Class Library
Database.SetRevisionStringFieldData Method
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > Database Class > Database Methods > .NET Framework Class Library |
Sets, in the REVISION table of DBWorks database, a string field using revision name and document
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Function SetRevisionStringFieldData ( _ revision As Object, _ |
C# |
|---|
public bool SetRevisionStringFieldData( Object revision, |
Visual C++ |
|---|
public: bool SetRevisionStringFieldData( |
JavaScript |
|---|
function setRevisionStringFieldData(revision, docuid, field_to_set, fieldvalue); |
Parameters
revision
Type: System.Object
id of the revision to be modified
docuid
Type: System.Object
document unique id
field_to_set
Type: System.Object
name of the field in which the value has to be set
fieldvalue
Type: System.Object
value to set
Return Value
TRUE if the value has been correctly set, FALSE otherwise
Remarks
See Also