FileItemCopyToMedia Property

This is used to get or set whether an item is copied to the output folder during a build

Definition

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

Property Value

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