Returns the collection of UI extension definitions with the specified TypeID.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)
Syntax
C# |
---|
public BCReadOnlyCollection<BCComRef> GetUIExtensionRefsWithTypeID( string typeID ) |
Visual Basic |
---|
Public Function GetUIExtensionRefsWithTypeID ( _ typeID As String _ ) As BCReadOnlyCollection(Of BCComRef) |
Visual C++ |
---|
public: BCReadOnlyCollection<BCComRef^>^ GetUIExtensionRefsWithTypeID( String^ typeID ) |
Parameters
- typeID
- Type: System..::..String
The TypeID of UI extension definitions to return.