C# Класс CodeCake.AddPathAttribute

Наследование: System.Attribute
Показать файл Открыть проект

Открытые методы

Метод Описание
AddPathAttribute ( string path, bool isDynamicPath = true ) : System

Initializes a new AddPathAttribute with a path that can be a pattern with * and ?. Examples: [AddPath( "%LOCALAPPDATA%/NuGet" )] or [AddPath( "packages/**/tools/**" )].

Описание методов

AddPathAttribute() публичный Метод

Initializes a new AddPathAttribute with a path that can be a pattern with * and ?. Examples: [AddPath( "%LOCALAPPDATA%/NuGet" )] or [AddPath( "packages/**/tools/**" )].
public AddPathAttribute ( string path, bool isDynamicPath = true ) : System
path string /// The path that will be expansed in PATH environement variable. /// It it relative to the Solution directory. ///
isDynamicPath bool False to take only pre-existing folders on the file system.
Результат System