Class ProjectLink

Class ProjectLink

Namespace: Aspose.Imaging.Xmp.Schemas.XmpDm
Assembly: Aspose.Imaging.dll (25.4.0)

Represents path of the project.

[JsonObject(MemberSerialization.OptIn)]
public sealed class ProjectLink : XmpTypeBase, IXmpType, ICloneable

Inheritance

object XmpTypeBase ProjectLink

Implements

IXmpType , ICloneable

Inherited Members

XmpTypeBase.GetXmpRepresentation() , XmpTypeBase.ToString() , XmpTypeBase.Clone() , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

ProjectLink()

public ProjectLink()

Properties

Path

Gets or sets full path to the project.

[JsonProperty]
public string Path { get; set; }

Property Value

string

Type

Gets or sets file type.

[JsonProperty]
public ProjectType Type { get; set; }

Property Value

ProjectType

Methods

GetXmpRepresentation()

Returns string contained value in XMP format.

public override string GetXmpRepresentation()

Returns

string

Returns string containing xmp representation.

Exceptions

NotImplementedException

Not implemented

 English