Table of Contents

ImageReference.CopyToMedia Property

Definition

Namespace
Sandcastle.Core.ConceptualContent
Assembly
Sandcastle.Core.dll

This is used to get or set whether or not to copy the image to the .\Output[HelpFormat]\media folder if it is not referenced in a media link.

public bool CopyToMedia { get; set; }

Property Value

bool

The default is false and the image will not be copied unless it is referenced in a media link. If set to true, the image will be copied even if it is not referenced. This is useful for forcing the copying of images referenced in external links which are not handled by the art reference build component.