Click or drag to resize
BCClassGetUIExtensionsWithTypeID Method
Returns the collection of UI extension definitions with the specified TypeID.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public BCReadOnlyCollection<BCComRef> GetUIExtensionsWithTypeID(
	string typeID
)

Parameters

typeID
Type: SystemString
The TypeID of UI extension definitions to return.

Return Value

Type: BCReadOnlyCollectionBCComRef
The collection of UI extension definitions with the specified TypeID.
See Also