FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..replaceBONameTypeDelimiters Method

Replaces the bo name type delimiters.

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

Syntax


public bool replaceBONameTypeDelimiters(
	string oldBONameDelimiter,
	string oldBOTypeDelimiter,
	string newBONameDelimiter,
	string newBOTypeDelimiter,
	string oDefinitionID
)
Public Function replaceBONameTypeDelimiters ( _
	oldBONameDelimiter As String, _
	oldBOTypeDelimiter As String, _
	newBONameDelimiter As String, _
	newBOTypeDelimiter As String, _
	oDefinitionID As String _
) As Boolean
public:
bool^ replaceBONameTypeDelimiters(
	String^ oldBONameDelimiter, 
	String^ oldBOTypeDelimiter, 
	String^ newBONameDelimiter, 
	String^ newBOTypeDelimiter, 
	String^ oDefinitionID
)

Parameters

oldBONameDelimiter
Type: String
The old bo name delimiter.
oldBOTypeDelimiter
Type: String
The old bo type delimiter.
newBONameDelimiter
Type: String
The new bo name delimiter.
newBOTypeDelimiter
Type: String
The new bo type delimiter.
oDefinitionID
Type: String
The definition identifier.

Return Value

true if XXXX, false otherwise.