MamlRendererGetContentLayoutFileName Method |
Gets the name of the content layout file, depending on the file name the user has chosen to be the output file.
If the user has chosen a .content file, then this name is returned. If the user has chosen a SHFBPROJ file, then the name of the .content
file is extracted from this project file. If all this fails, the name of the content layout file is synthezized from the user chosen file name.
Namespace: Altaxo.Text.RenderersAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public string GetContentLayoutFileName()
Return Value
StringThe full name of the content layout file.
See Also