Populates list with all Metadata`s that are of type TObject.
Declaration
public void GetMetadatas<TObject>(IList<TObject> foundItems) where TObject : IMetadata
Parameters
| Type |
Name |
Description |
| IList<TObject> |
foundItems |
List that will be populated with the metadata that was found.
|
Type Parameters
Implements
Returns a list of all Metadata`s that are of type TObject.
Declaration
public IList<TObject> GetMetadatas<TObject>() where TObject : IMetadata
Returns
| Type |
Description |
| IList<TObject> |
|
Type Parameters
Implements