Method GetMetadatas
GetMetadatas<TObject>(IList<TObject>)
Populates the list with all Metadata from MetadataEntries that is of type TObject.
Declaration
public void GetMetadatas<TObject>(IList<TObject> foundItems) where TObject : IMetadata
Parameters
| Type | Name | Description |
|---|---|---|
| IList<TObject> | foundItems |
Type Parameters
| Name | Description |
|---|---|
| TObject |
Implements
GetMetadatas<TObject>()
Returns all Metadata from MetadataEntries that is of type TObject.
Declaration
public IList<TObject> GetMetadatas<TObject>() where TObject : IMetadata
Returns
| Type | Description |
|---|---|
| IList<TObject> |
Type Parameters
| Name | Description |
|---|---|
| TObject |