Click or drag to resize

GenericSPFindCurrentItemName Method

Find the "name" of an item. This is the contents of the first schema column.

Namespace:  Cadcorp.GFB.CadcorpSP
Assembly:  Cadcorp.GFB.GenericStoredProcedures (in Cadcorp.GFB.GenericStoredProcedures.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public virtual string FindCurrentItemName(
	int overlayNo
)

Parameters

overlayNo
Type: SystemInt32
The number of the overlay the item is found in.

Return Value

Type: String
The name of the item.
See Also