DocumentSets Element
Applies To: Microsoft Dynamics AX 2012 R2, Microsoft Dynamics AX 2012 Feature Pack, Microsoft Dynamics AX 2012
The DocumentSets element is an XML metadata element that specifies a document set.
Members
The following table lists the members of the element.
Attributes/Properties |
Type |
Required |
Description |
---|---|---|---|
content |
string |
Yes |
Specifies the name of one or more document sets. |
Remarks
Use this element to specify the document set for a content element or table of contents. To associate a content element with more than one document set, use semicolons to separate each document set name.
Example
The following HTML example shows how to use a document meta element to specify a document set 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 the name of a document set.
<meta name="documentSets" content="UserDocumentation" />
The following XML example shows how to use documentSets to specify the document set for the table of contents.
<documentSets>UserDocumentation</documentSets>