TestimoX

API Reference

Class

ServerFeaturesFlatten

Namespace ComputerX.Features
Assembly ComputerX
Modifiers static

Helpers to build a simple flattened view (with hierarchical path) from ServerFeatureInfo items.

Inheritance

  • Object
  • ServerFeaturesFlatten

Methods

public static List<ServerFeatureEntry> Flatten(IReadOnlyList<ServerFeatureInfo> items) #
Returns: List<ServerFeatureEntry>

Flattens the installed server features into a list with hierarchical paths.

Parameters

items System.Collections.Generic.IReadOnlyList{ComputerX.Features.ServerFeatureInfo} requiredposition: 0
Installed features as returned by [[cref:ComputerX.Features.ServerFeatures.Get(System.String,System.Boolean,System.Nullable{System.TimeSpan},System.String[])]].

Returns

Flattened entries with computed Path.