DocumentSets Element [AX 2012]
Updated: August 24, 2011
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.
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>
Community Additions
ADD
Show: