Table of Contents

Class GetCsprojsArgs

Namespace
SunamoDevCode.SunamoSolutionsIndexer.Args
Assembly
SunamoDevCode.dll

Arguments for getting csproj files.

public class GetCsprojsArgs
Inheritance
GetCsprojsArgs
Inherited Members
Extension Methods

Properties

ForceReload

Gets or sets a value indicating whether to force reload.

public bool ForceReload { get; set; }

Property Value

bool

OnlyNames

Gets or sets a value indicating whether to return only names with extension.

public bool OnlyNames { get; set; }

Property Value

bool