Click or drag to resize

GenericSPEvaluateSchemaColumn Method

Evaluates a schema entry by name, for the current open item.

Namespace:  Cadcorp.GFB.CadcorpSP
Assembly:  Cadcorp.GFB.GenericStoredProcedures (in Cadcorp.GFB.GenericStoredProcedures.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public string EvaluateSchemaColumn(
	string columnName
)

Parameters

columnName
Type: SystemString
The column name to evaluate.

Return Value

Type: String
The attribute or evaluated formula.
See Also