Class ProjectLink

Represents path of the project.

public sealed class ProjectLink : XmpTypeBase

Constructors

NameDescription
ProjectLink()The default constructor.

Properties

NameDescription
Path { get; set; }Gets or sets full path to the project.
Type { get; set; }Gets or sets file type.

Methods

NameDescription
virtual Clone()Clones this instance.
override GetXmpRepresentation()Returns string contained value in XMP format.
override ToString()Gets this XMP data as string.

See Also