This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Wget.
Summary
Reads a value of
WgetArgumentNameAttribute
.
- Assembly
- Cake
.Wget .dll - Namespace
- Cake
.Wget - Containing Type
- Wget
Settings Extension
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.
|