WgetSettingsExtension.

GetArgumentName(WgetSettings, string) Method

Summary

Reads a value of WgetArgumentNameAttribute.
Assembly
Cake.Wget.dll
Namespace
Cake.Wget
Containing Type
WgetSettingsExtension

Syntax

public static string GetArgumentName(this WgetSettings settings, string propertyName)

Parameters

Name Type Description
settings WgetSettings Configuration class, WgetSettings.
propertyName string Name of the property which attribute value should be read.

Return Value

Type Description
string Value of WgetArgumentNameAttribute of the propertyName.