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)
Syntaxpublic BCReadOnlyCollection<BCComRef> GetUIExtensionRefsWithTypeID(
string typeID
)
Public Function GetUIExtensionRefsWithTypeID (
typeID As String
) As BCReadOnlyCollection(Of BCComRef)
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