ArtTarget Class

This class holds art target information used to resolve art links by the ResolveArtLinksComponent

Definition

Namespace: Sandcastle.Tools.BuildComponents.Targets
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.2.18.0
public class ArtTarget
Inheritance
Object    ArtTarget

Constructors

ArtTargetInitializes a new instance of the ArtTarget class

Properties

BaseOutputPath This is used to get or set the base output path for all content
FormatXPath This is used to get or set the XPath expression used to determine the reference link path format
Id This is used to get or set the ID used to identify the file
InputPath This is used to get or set the input path where the source file is located
LinkPath This is used to get or set the link path to use in reference links
Name This is used to get or set the name of the file
OutputXPath This is used to get or set the XPath expression used to determine the output path for the art file
RelativeToXPath This is used to get or set the XPath expression used to determine the relative reference link path
Text This is used to set the alternate text for reference links

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also