BibliographyElementDetermineCitations Method

Determine unique citations in the current topic if not already done

Definition

Namespace: Sandcastle.Core.PresentationStyle.Transformation.Elements
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public IReadOnlyCollection<string> DetermineCitations(
	TopicTransformationCore transformation
)

Parameters

transformation  TopicTransformationCore
The topic transformation from which to get the citations

Return Value

IReadOnlyCollectionString
The unique citations in the current topic in the order that they were encountered

See Also