GetRaftItem(Inedo.Extensibility.RaftRepositories.RaftItemType type, string itemId, object context) Method

Returns the raft item specified by itemId if possible; otherwise null (Nothing in Visual Basic).

Syntax

public static SDK.RaftItemInfo GetRaftItem(Inedo.Extensibility.RaftRepositories.RaftItemType type, string itemId, object context)

Parameters

type
Type: Inedo.Extensibility.RaftRepositories.RaftItemType

Raft item type.

itemId
Type: string

Raft item ID.

context
Type: object

Current context.

Returns

Item if it was found; otherwise null (Nothing in Visual Basic).