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 = 2Include only projects with other (different) project names.
OnlyWithSameProjectName = 1Include only projects with the same project name.
WithNoProjectsNames = 3Include only projects with no project names.
WithSameAndOtherProjectsNames = 0Include projects with both same and other project names.