ProjectLink Class
Contents
[
Hide
]Summary: Represents path of the project.
Module: aspose.imaging.xmp.schemas.xmpdm
Full Name: aspose.imaging.xmp.schemas.xmpdm.ProjectLink
Inheritance: IXmpType, XmpTypeBase
Constructors
| Name | Description |
|---|---|
| ProjectLink() | Initializes a new instance of the ProjectLink class |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| path | string | r/w | Gets or sets full path to the project. |
| type | ProjectType | r/w | Gets or sets file type. |
Methods
| Name | Description |
|---|---|
| clone() | Clones this instance. |
| get_xmp_representation() | Returns string contained value in XMP format. |
Constructor: ProjectLink()
ProjectLink()
Initializes a new instance of the ProjectLink class
Method: clone()
clone()
Clones this instance.
Returns
| Type | Description |
|---|---|
| System.Object | A memberwise clone. |
Method: get_xmp_representation()
get_xmp_representation()
Returns string contained value in XMP format.
Returns
| Type | Description |
|---|---|
| string | Returns string containing xmp representation. |