Finds first (and loads all if not loaded) metadata item matching the specified Metadata Qualified Name of specific types in the child items hierarchy.
Overload List
Overload | Description |
FindItem<T>(MetadataQualifiedName,MetadataType) | Finds first (and loads all if not loaded) metadata item matching the specified Metadata Qualified Name of specific types in the child items hierarchy. |
FindItem<T>(MetadataQualifiedName) | Finds first (and loads all if not loaded) metadata item matching the specified Metadata Qualified Name in the child items hierarchy. |
FindItem<T>(SQLQualifiedName,MetadataType) | Finds first (and loads all if not loaded) item matching the specified SQL Qualified Name of specific types in the child items hierarchy. |
FindItem<T>(SQLQualifiedName) | Finds first (and loads all if not loaded) metadata item matching the specified SQL Qualified Name in the child items hierarchy. |
FindItem<T>(String,MetadataType) | Finds first (and loads all if not loaded) metadata item matching the specified string of specific types in the child items hierarchy. |
FindItem<T>(String) | Finds first (and loads all if not loaded) metadata item matching the specified string in the child items hierarchy. |
See Also