ItemCollection.GetItem Method
Returns strongly typed MetadataItem from the collection that has the passed in identity.
Assembly: EntityFramework (in EntityFramework.dll)
Name | Description | |
---|---|---|
![]() | GetItem<T>(String) | Returns a strongly typed GlobalItem object by using the specified identity. |
![]() | GetItem<T>(String, Boolean) | Returns a strongly typed GlobalItem object by using the specified identity with either case-sensitive or case-insensitive search. |
ItemCollection.GetItem<T> Method (String)
Returns a strongly typed GlobalItem object by using the specified identity.
ItemCollection.GetItem<T> Method (String, Boolean)
Returns a strongly typed GlobalItem object by using the specified identity with either case-sensitive or case-insensitive search.
Parameters
- identity
-
Type:
System.String
The identity of the item.
- ignoreCase
-
Type:
System.Boolean
true to perform the case-insensitive search; otherwise, false.
Type Parameters
- T
The type returned by the method.