FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsSchemaProvider..::..removeSchema Method

Removes the schema.

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

Syntax


public bool removeSchema(
	string itemID,
	schemaType oSchemaType
)
Public Function removeSchema ( _
	itemID As String, _
	oSchemaType As schemaType _
) As Boolean
public:
bool^ removeSchema(
	String^ itemID, 
	schemaType^ oSchemaType
)

Parameters

itemID
Type: String
The item identifier.
oSchemaType
Type: FlowWright.cDevDecisionEngine..::..schemaType
Type of the o schema.

Return Value

true if XXXX, false otherwise.