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

extensionBlock ExtensionBlockInfo
The extension block information to get metadata for.

Returns

IExtensionBlock
A metadata representation of the specified extension block.

Exceptions

ArgumentNullException
Thrown when extensionBlock is null.
Thrown when extensionBlock is null.
ArgumentException
Thrown when extensionBlock does not belong to the specified assembly.