FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..importWorkflowDefinitionsZip Method

Imports a zip file containing workflow definitions.

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

Syntax


public bool importWorkflowDefinitionsZip(
	ZipArchive oZip,
	string defID,
	string defName
)
Public Function importWorkflowDefinitionsZip ( _
	oZip As ZipArchive, _
	defID As String, _
	defName As String _
) As Boolean
public:
bool^ importWorkflowDefinitionsZip(
	ZipArchive^ oZip, 
	String^ defID, 
	String^ defName
)

Parameters

oZip
Type: ZipArchive
The o zip.
defID
Type: String
defName
Type: String

Return Value

true if XXXX, false otherwise.