BCEnvironmentGetUIExtensionRefsWithTypeID 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.111.0)
Syntax public BCReadOnlyCollection<BCComRef> GetUIExtensionRefsWithTypeID(
string typeID
)
Public Function GetUIExtensionRefsWithTypeID (
typeID As String
) As BCReadOnlyCollection(Of BCComRef)
Parameters
- typeID
- Type: SystemString
The TypeID of UI extension definitions to return.
Return Value
Type:
BCReadOnlyCollectionBCComRefThe collection of UI extension definitions with the specified TypeID.
See Also