GetRaftItems(Inedo.Extensibility.RaftRepositories.RaftItemType type, object context) Method

Returns raft items filtered by type that are accessible from the specified context.

Syntax

public static IEnumerable<SDK.RaftItemInfo> GetRaftItems(Inedo.Extensibility.RaftRepositories.RaftItemType type, object context)

Parameters

type
Type: Inedo.Extensibility.RaftRepositories.RaftItemType

Type to filter by.

context
Type: object

Current context.

Returns

Raft repository instance if found; otherwise null (Nothing in Visual Basic).