Document SupportingFiles Property
If Content is in a format that has external dependencies, this contains references to those supporting files. For example, the images or external style sheets referred to by an HTML document.

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

public IEnumerable<NamedStream> SupportingFiles { get; protected set; }

Property Value

Type: OnlineIEnumerable NamedStream 
See Also