Get the Meta data detector for given binary.
Namespace: Cartella.InterfacesAssembly: AssetManagementSystem (in AssetManagementSystem.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
IMetaDataDetector GetMetaDataDetector( IAssetBinary binaryCreated ) |
Visual Basic |
---|
Function GetMetaDataDetector ( _ binaryCreated As IAssetBinary _ ) As IMetaDataDetector |
Visual C++ |
---|
IMetaDataDetector^ GetMetaDataDetector( IAssetBinary^ binaryCreated ) |
Parameters
- binaryCreated
- Type: Cartella.Interfaces..::..IAssetBinary
Binary to retrieve metadata detector for