clsSchemaProvider..::..hasSchema Method
Determines whether the specified item identifier has schema.
Namespace:
FlowWright.cDevDecisionEngineAssembly: 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.