TopicTransformationCoreBibliographyData Property

This read-only property returns the content of the bibliography data file if a BibliographyDataFile has been specified.

Definition

Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
public IReadOnlyDictionary<string, XElement> BibliographyData { get; }

Property Value

IReadOnlyDictionaryString, XElement
The key is the reference name, the value is the reference element

See Also