# Sandbox.CodeArchive.AdditionalFile

Represents a file to send to the compiler along with all the code. This is usually
something that the generator turns into code, such as a Razor file.

- Kind: class
- Assembly: `Sandbox.Compiling`

## Constructors

- [`AdditionalFile`](/api/Sandbox.CodeArchive.AdditionalFile/.ctor): Represents a file to send to the compiler along with all the code. This is usually something that the generator turns into code, such as a Razor file.

## Properties

- [`LocalPath`](/api/Sandbox.CodeArchive.AdditionalFile/LocalPath)
- [`Text`](/api/Sandbox.CodeArchive.AdditionalFile/Text)

## Methods

- [`<Clone>$`](/api/Sandbox.CodeArchive.AdditionalFile/<Clone>$)
- [`Deconstruct`](/api/Sandbox.CodeArchive.AdditionalFile/Deconstruct)
