MamlRendererUpdateShfbproj Method |
Updates the Sandcastle help file builder project file. This update removes old .aml files and old referenced images and
replaces them with new .aml files and image files.
Namespace: Altaxo.Text.RenderersAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static void UpdateShfbproj(
string shfbProjectFileName,
string contentLayoutFileName,
IEnumerable<string> amlFileNames,
IEnumerable<string> imageFileNames
)
Parameters
- shfbProjectFileName String
- Sandcastle help file builder project file.
- contentLayoutFileName String
- Name of the content layout file (extension: .content).
- amlFileNames IEnumerableString
- Enumeration of all .aml files that should be included in the Sandcastle help file builder project.
- imageFileNames IEnumerableString
- Enumeration of the names of all image files that should be included in the Sandcastle help file builder project.
See Also