Click or drag to resize

BCEnvironment.GetUIExtensionRefsWithTypeID 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.96.0)
Syntax
public BCReadOnlyCollection<BCComRef> GetUIExtensionRefsWithTypeID(
	string typeID
)

Parameters

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

Return Value

Type: BCReadOnlyCollection<BCComRef>
The collection of UI extension definitions with the specified TypeID.
See Also