SuppressedPublishers Element

Applies To: Microsoft Dynamics AX 2012 R2, Microsoft Dynamics AX 2012 Feature Pack, Microsoft Dynamics AX 2012

The SuppressedPublishers element is an XML metadata element that specifies the ID of a publisher.

Members

The following table lists the members of the element.

Attributes/Properties

Type

Required

Description

content

string

No

Specifies the ID of the publisher.

Remarks

Use this element to hide the display of content elements from a specified publisher for a single Help topic. When the Help topic is requested, the Help viewer does not display content elements from the specified publisher. Typically, you use suppressedPublisher to make sure that your content element is viewed instead of a content element from another publisher.

To specify a publisher, use the publisher name that you find in the web.config file of the Help server.

Examples

The following HTML example shows how to use a document meta element to identify a publisher. 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 the publisher.

<meta name="suppressedPublishers" content="Microsoft" />

See also

Description Element

DocumentSets Element

Microsoft.Help.F1 Element

Microsoft.Help.Id Element

Microsoft.Help.Keywords Element

Ms.Locale Element

Publisher Element

Title Element