IMemberAdapterRepository.GetExtensionBlockMetadata Method
- Namespace
- Kampute.DocToolkit.Metadata
- Assembly
- Kampute.DocToolkit.dll
Definition
Gets the extension block metadata for the specified extension block within the assembly.
IExtensionBlock GetExtensionBlockMetadata(ExtensionBlockInfo extensionBlock)Parameters
extensionBlockExtensionBlockInfo- The extension block information to get metadata for.
Returns
- IExtensionBlock
- A metadata representation of the specified extension block.
Exceptions
- ArgumentNullException
- Thrown when
extensionBlockisnull. - Thrown when
extensionBlockisnull. - ArgumentException
- Thrown when
extensionBlockdoes not belong to the specified assembly.
