SnippetIdentifierParseReference Method

This is used to parse a snippet identifier containing an example ID and one or more snippet IDs in a comma-separated list (i.e. ExampleID#SnippetID or ExampleID#SnippetID1,SnippetID2).

Definition

Namespace: Sandcastle.Tools.BuildComponents.Snippets
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.12.21.0
public static IEnumerable<SnippetIdentifier> ParseReference(
	string reference
)

Parameters

reference  String
The reference to parse

Return Value

IEnumerableSnippetIdentifier
An enumerable list of snippet identifiers

See Also