Class ResourceRef
Used to indicate prior versions, originals of renditions, originals for derived documents, and so on.
public sealed class ResourceRef : ComplexTypeBase, IXmpType
- Inheritance
-
ResourceRef
- Implements
- Inherited Members
Constructors
ResourceRef()
public ResourceRef()
Properties
AlternatePaths
Gets or sets the array of alternate path.
public string[] AlternatePaths { get; set; }
Property Value
- string[]
The array of alternate path.
DocumentUri
Gets or sets the document URI.
public string DocumentUri { get; set; }
Property Value
- string
The document URI.
FilePathUri
Gets or sets the file path URI.
public string FilePathUri { get; set; }
Property Value
- string
The file path URI.
InstanceId
Gets or sets the instance identifier.
public string InstanceId { get; set; }
Property Value
- string
The instance identifier.