Returns the specified item in a raft.
The type of item to return.
The name of the item.
The version of the item to open. Use null (Nothing in Visual Basic) to open the latest version.
The item of the specified type and name, or null if there is no matching item in the raft.
System.NotSupportedException |
version is not null (Nothing in Visual Basic) and SupportsVersioning returns false. |
The default implementation of this method calls GetRaftItemsAsync and filters the results. Implementers may override this method as a performance optimization.