FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsSchemaProvider..::..hasSchema Method

Determines whether the specified item identifier has schema.

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

Syntax


public bool hasSchema(
	string itemID,
	schemaType oSchemaType
)
Public Function hasSchema ( _
	itemID As String, _
	oSchemaType As schemaType _
) As Boolean
public:
bool^ hasSchema(
	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 the specified item identifier has schema; otherwise, false.