Click or drag to resize
Sandcastle Help File BuilderFileItemBuildAction Property
This is used to set or get the build action of the item

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
[TypeConverterAttribute(typeof(BuildActionEnumConverter))]
public BuildAction BuildAction { get; set; }

Property Value

Type: BuildAction
If set to Image, ImageId and AlternateText will be set to the filename if not set already.
See Also