Class Version
Describes one version of a document.
public sealed class Version : ComplexTypeBase, IXmpType
- Inheritance
-
Version
- Implements
- Inherited Members
Constructors
Version()
public Version()
Properties
Comments
Gets or sets the comments.
public string Comments { get; set; }
Property Value
- string
The comments.
ModifiedDate
Gets or sets the modified date.
public DateTime ModifiedDate { get; set; }
Property Value
- DateTime
The modified date.
Modifier
Gets or sets the modifier.
public string Modifier { get; set; }
Property Value
- string
The modifier.
VersionEvent
Gets or sets the ResourceEvent.
public ResourceEvent VersionEvent { get; set; }
Property Value
- ResourceEvent
The version event.
VersionText
Gets or sets the version text.
public string VersionText { get; set; }
Property Value
- string
The version text.
Methods
GetXmpRepresentation()
Gets the string contained value in XMP format.
public override string GetXmpRepresentation()
Returns
- string
Returns the string contained value in XMP format.