Microsoft.Help.Keywords Element
Applies To: Microsoft Dynamics AX 2012 R2, Microsoft Dynamics AX 2012 Feature Pack, Microsoft Dynamics AX 2012
The Microsoft.Help.Keywords element is an XML metadata element that specifies search term.
Members
The following table lists the members of the element.
Attributes/Properties |
Type |
Required |
Description |
---|---|---|---|
content |
string |
No |
Specifies the word to use as a search term for the content element. |
Remarks
Use this element to associate keywords with a content element. Specify the words you expect to be included in a search query that is trying to locate your document. Your keywords can include multi-word terms. For example, you can use document sets as a keyword.
To add more than one keyword to a content element, use semicolons to separate each keyword.
Tip
Use multiple keywords to support term-variation searches for documents. For example, you might include both document sets and documentsets as keywords for a content element that discusses the use of a Help system document set.
Example
The following HTML example shows how to use a document meta element to specify keywords for a content element. You use meta elements to specify the metadata properties of a content element. Notice how the name and content properties of the meta element specify the Help system element and keywords. Also, notice how this content element includes two keywords.
<meta name="Microsoft.Help.Keywords" content="reversal; transfer" />