DownloadFileAttribute Class

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
NullableContextAttribute
NullableAttribute
PublicAPIAttribute
UsedImplicitlyAttribute
AttributeUsageAttribute

Constructors

Name Summary
DownloadFileAttribute(string, string) 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