Class ProjectLink
Represents path of the project.
public sealed class ProjectLink : XmpTypeBase, IXmpType
- Inheritance
-
ProjectLink
- Implements
- Inherited Members
Constructors
ProjectLink()
public ProjectLink()
Properties
Path
Gets or sets full path to the project.
public string Path { get; set; }
Property Value
- string
The full path to the project.
Type
Gets or sets file type.
public ProjectType Type { get; set; }
Property Value
- ProjectType
The file type.
Methods
GetXmpRepresentation()
Returns string contained value in XMP format.
public override string GetXmpRepresentation()
Returns
- string
Returns string containing xmp representation.
Exceptions
- NotImplementedException
Not implemented