Publisher Element
Applies To: Microsoft Dynamics AX 2012 R2, Microsoft Dynamics AX 2012 Feature Pack, Microsoft Dynamics AX 2012
The Publisher element is an XML metadata element that specifies a publisher ID.
Members
The following table lists the elements of the data type.
Attributes/Properties |
Type |
Required |
Description |
---|---|---|---|
content |
string |
Yes |
Specifies the name of the publisher. |
Remarks
Use this element to identify the publisher of a content element, or table of contents. Use the same publisher name that you added to the web.config file of the help server.
Warning
If you specify a publisher name that is not in the web.config file, you will not be able to view your content element or table of contents information.
Example
The following HTML example shows how to use a document meta element to specify a publisher 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 publisher name.
<meta name="publisher" content="Microsoft" />
The following XML example shows how to specify the publisher of a table of contents.
<publisher>Microsoft</publisher>