Otter SDK Reference
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.

Remarks

The default implementation of this method calls GetRaftItems and filters the results. Implementers may override this method as a performance optimization.