Get the Meta data detector for given Asset type name.
Namespace: Cartella.InterfacesAssembly: AssetManagementSystem (in AssetManagementSystem.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
IMetaDataDetector GetMetaDataDetector( string typeName ) |
Visual Basic |
---|
Function GetMetaDataDetector ( _ typeName As String _ ) As IMetaDataDetector |
Visual C++ |
---|
IMetaDataDetector^ GetMetaDataDetector( String^ typeName ) |
Parameters
- typeName
- Type: System..::..String
Specific Asset type name to retrieve metadata detector for