ValeConfigurationFormatTransform

The ValeConfigurationFormatTransform class maps a pattern of files to an XSLT file for transforming them from their source into HTML.

Definition

Source Code

# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.

class ValeConfigurationFormatTransform {
    [string]$GlobPattern
    [string]$Path
}

An instance of the ValeConfigurationFormatTransform class maps a pattern of files to an XSLT file for transforming them from their source into HTML.

Constructors

ValeConfigurationFormatTransform()
Initializes a new instance of the ValeConfigurationFormatTransform class.

Properties

GlobPattern
Represents the file-matching pattern to apply the transformation to.
Path
Specifies the path to a version 1.0 XSL Transformation (XSLT) for converting the files to HTML.
Last modified March 10, 2023: (GH-71) Document Vale classes (ad1e42a)