Table of Contents

Enum SortByProjectsNames

Namespace
SunamoDevCode.Aps.Enums
Assembly
SunamoDevCode.dll

Defines sorting modes for projects based on their names.

public enum SortByProjectsNames
Extension Methods

Fields

OnlyWithOtherProjectsNames = 2

Include only projects with other (different) project names.

OnlyWithSameProjectName = 1

Include only projects with the same project name.

WithNoProjectsNames = 3

Include only projects with no project names.

WithSameAndOtherProjectsNames = 0

Include projects with both same and other project names.