token
This element represents a replaceable tag within a topic. The inner text of the element is a token name. The tokens are defined in a separate token file. They are an easy way to represent common items that you use regularly such as a common phrase or external link.
Syntax
This element is valid on all types and type members as a top-level or an inline element.
<token>tokenName</token>The tokenName inner text specifies the ID of the token to insert into the topic.
Example
/// <summary>
/// The help file was built on <token>BuildDate</token> using Sandcastle
/// <token>SandcastleVersion</token>.
/// </summary>
/// <remarks>For tokens to be resolved, the <b>API Token Resolution</b> build component
/// must be added to the SHFB project.</remarks>
/// <conceptualLink target="8c9273f3-0000-43cd-bb53-932b80855297" />
public void TokenExample()
{
}See Also
Reference
TokenExample
Other Resources
Miscellaneous Elements