SnippetIdentifier(String) Constructor

Constructor. This parses the example and snippet IDs from the given identifier

Definition

Namespace: Sandcastle.Tools.BuildComponents.Snippets
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.12.21.0
public SnippetIdentifier(
	string identifier
)

Parameters

identifier  String
The identifier to use. This should contain the example ID and the snippet ID in that order separated by a hash character (#).

See Also