Version:
GetRaftItems(RaftItemType type) Method
Returns all of the items of the specified type contained in the raft.
Syntax
public
virtual
IEnumerable<RaftItem> GetRaftItems(RaftItemType type)
Parameters
- type
- Type: RaftItemType
The type of item to return.
Returns
All of the items of the specified type that are contained in the raft.