DocumentHistory Element

DocumentHistory contains details about people and programs that created and modified this file.

Supported Children:

Element Description
ProgramInfo This element contains the below described children with information about Revit.
CompanyName The value of this element will be "Autodesk, Inc."
ProductName This is the name of the product release that produces this file. The value of this element will be "Autodesk Revit YYYY ". The " YYYY " can vary depending on release.
Version The value of this element will be composed of the major and minor product release number, like YYYY.X. The major product release number YYYY, currently "2025", will vary depending on release. The minor version number will be appended to the product release number.
ProjectEntity
PersonInfo An unused element.

Sample:

<DocumentHistory>

<CreatedBydate="2025-02-09T01:38:41"personId="pers-info-1"programId="prog-info-1"/>

<ProgramInfoid="prog-info-1">

<CompanyName>Autodesk, Inc.</CompanyName>

<ProductName>Autodesk Revit 2026</ProductName>

<Version>2026</Version>

<ProjectEntity>

<URI>C:/Project1.rvt</URI>

<GUIDentity="File">f4885aaf-774d-44e6-bde7-e8e729cc6612</GUID>

</ProjectEntity>

</ProgramInfo>

<PersonInfoid="pers-info-1"/>

</DocumentHistory>