API Reference
Class
ServerFeaturesFlatten
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}
- 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.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object