BCCollectionBase GetRowClassID Method Meridian Enterprise 2013 Developer's Guide | BlueCielo ECM Solutions
Returns the class ID property value for an object in the tableview.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.53.0)
Syntax

public string GetRowClassID(
	int objectIndex
)

Parameters

objectIndex
Type: OnlineSystem Int32
The index of the object in the tableview.

Return Value

The class ID property value for the object.
See Also