Click or drag to resize

GenericSPOpenItem Method (Item)

Opens the specified item - using a bookmark if applicable, otherwise overlay number and item id.

Namespace:  Cadcorp.GFB.CadcorpSP
Assembly:  Cadcorp.GFB.GenericStoredProcedures (in Cadcorp.GFB.GenericStoredProcedures.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public void OpenItem(
	Item item
)

Parameters

item
Type: CadcorpItem
The item to open. If null, then close the existing current item and do not open a new one.
Remarks
The Item may be stripped, that is, it requires only ItemID, Bookmark, OverlayNo.
See Also