FileItemCopyToMedia Property
This is used to get or set whether an item is copied to the output folder during a build
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public bool CopyToMedia { get; set; }
Public Property CopyToMedia As Boolean
Get
Set
public:
property bool CopyToMedia {
bool get ();
void set (bool value);
}
member CopyToMedia : bool with get, set
Property Value
Boolean 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.