Click or drag to resize
Sandcastle Help File BuilderFileItemCopyToMedia Property
This is used to get or set whether an item is copied to the output folder during a build.

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public bool CopyToMedia { get; set; }

Property Value

Type: Boolean
Remarks
If this is set to true, the image will always be copied to the build's media folder. If false, it is only copied if referenced in a topic.
See Also