FileItemBuildAction Property

This is used to set or get the build action of the item

Definition

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

Property Value

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

See Also