Versions

XmpMediaManagementPackage.Versions property

Gets or sets the version history associated with this resource.

public XmpVersion[] Versions { get; set; }

Property Value

The version history associated with this resource. Entry [0] is the oldest known version for this document, entry [Versions.Length - 1] is the most recent version.

See Also