TemplateLocation GetFile Method
Returns a Stream for a file living at the same location as the template.

Namespace: HotDocs.Sdk
Assembly: HotDocs.Sdk (in HotDocs.Sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public abstract Stream GetFile(
	string fileName
)

Parameters

fileName
Type: OnlineSystem String
The name of the file (without any path information).

Return Value

Type: OnlineStream
A Stream containing the file.
See Also