ProjectLink Class

Summary: Represents path of the project.

Module: aspose.imaging.xmp.schemas.xmpdm

Full Name: aspose.imaging.xmp.schemas.xmpdm.ProjectLink

Inheritance: IXmpType, XmpTypeBase

Constructors

NameDescription
ProjectLink()Initializes a new instance of the ProjectLink class

Properties

NameTypeAccessDescription
pathstringr/wGets or sets full path to the project.
typeProjectTyper/wGets or sets file type.

Methods

NameDescription
clone()Clones this instance.
get_xmp_representation()Returns string contained value in XMP format.
 ProjectLink() 

Initializes a new instance of the ProjectLink class

Method: clone()

 clone() 

Clones this instance.

Returns

TypeDescription
System.ObjectA memberwise clone.

Method: get_xmp_representation()

 get_xmp_representation() 

Returns string contained value in XMP format.

Returns

TypeDescription
stringReturns string containing xmp representation.