Summary
Injects the path to the downloaded package icon.
- Assembly
- Rocket
.Surgery .Nuke .dll - Namespace
- Rocket
.Surgery .Nuke - Interfaces
-
- IOnAfterLogo
- IBuildExtension
- Base Types
-
- Attribute
- Derived Types
graph BT
Type-->Base0["Attribute"]
Type-.->Interface0["IOnAfterLogo"]
Type-.->Interface1["IBuildExtension"]
Type["DownloadFileAttribute"]
class Type type-node
Derived0["PackageIconAttribute"]-->Type
click Derived0 "/api/Rocket.Surgery.Nuke/PackageIconAttribute"
Syntax
public class DownloadFileAttribute : Attribute, IOnAfterLogo, IBuildExtension
Attributes
Type | Description |
---|---|
Nullable |
|
NullableAttribute | |
PublicAPIAttribute | |
Used |
|
Attribute |
Constructors
Name | Summary |
---|---|
Download |
Ensures that the icon at the given url is downloaded into the specified filePath |
Properties
Name | Value | Summary |
---|---|---|
Type | string |
The type of a given file to make logging look more specific
|
Methods
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|