| 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: 2014.11.22.0
Syntax 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
Type:
BooleanRemarks 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