GetProjects(bool recursive) Method

Returns a sequence of all project rafts in the raft.

Syntax

public abstract IEnumerable<string> GetProjects(bool recursive)

Parameters

recursive
Type: bool

When true, all subproject rafts will also be returned.

Returns

All project rafts.

Remarks

Note that rafts are included in the results if they contain either items or subproject rafts.