Copies the business object definition.
Namespace:
FlowWright.cDevDeAPI
Assembly:
cDevDeAPI (in cDevDeAPI.dll)
public bool copyBusinessObjectDefinition(
string sBoName,
ref string sNewBoName
)
Public Function copyBusinessObjectDefinition ( _
sBoName As String, _
ByRef sNewBoName As String _
) As Boolean
public:
bool^ copyBusinessObjectDefinition(
String^ sBoName,
String^% sNewBoName
)
Parameters
- sBoName
- Type: String
Name of the s bo.
- sNewBoName
- Type: String%
Name of the s new bo.
Return Value
true if XXXX,
false otherwise.