Art Target 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: 2026.1.20.0
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.1.20.0
C#
public class ArtTargetVB
Public Class ArtTargetC++
public ref class ArtTargetF#
type ArtTarget = class end- Inheritance
- Object ArtTarget
Constructors
| ArtTarget | Initializes 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
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |