Get the Meta data detector for given Asset type name.

Namespace: Cartella.Interfaces
Assembly: 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

Return Value

MetaDataDetector or null if no matching detector found

See Also