.NET Framework Class Library
Database.SetRevisionStringFieldData Method

<< Click to Display Table of Contents >>

Navigation:  Programming Mechworks PDM > .NET API > MwPDMApi Namespace > Database Class > Database Methods >

.NET Framework Class Library
Database.SetRevisionStringFieldData Method

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, _
docuid As Object, _
field_to_set As Object, _
fieldvalue As Object _
) As Boolean

C#

public bool SetRevisionStringFieldData(

Object revision,
Object docuid,
Object field_to_set,
Object fieldvalue
)

Visual C++

public:

bool SetRevisionStringFieldData(
Object^ revision,
Object^ docuid,
Object^ field_to_set,
Object^ fieldvalue
)

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

Database Class

Database Members

MwPDMApi Namespace