FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..createVersionUpgradeHistoryItem Method

Creates the version upgrade history item.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public bool createVersionUpgradeHistoryItem(
	string versionNumber,
	configChanges upgradeType,
	bool upgraded,
	string notes,
	string historyID,
	string tenantID
)
Public Function createVersionUpgradeHistoryItem ( _
	versionNumber As String, _
	upgradeType As configChanges, _
	upgraded As Boolean, _
	notes As String, _
	historyID As String, _
	tenantID As String _
) As Boolean
public:
bool^ createVersionUpgradeHistoryItem(
	String^ versionNumber, 
	configChanges^ upgradeType, 
	bool^ upgraded, 
	String^ notes, 
	String^ historyID, 
	String^ tenantID
)

Parameters

versionNumber
Type: String
The version number.
upgradeType
Type: FlowWright.cDevDeAPI..::..configChanges
Type of the upgrade.
upgraded
Type: Boolean
if set to true [upgraded].
notes
Type: String
The notes.
historyID
Type: String
The history identifier.
tenantID
Type: String
The tenant identifier.

Return Value

true if XXXX, false otherwise.