HtmlTemplateOperation Class

Definition

Item in Operations to apply to this template

public class HtmlTemplateOperation
type HtmlTemplateOperation = class
Public Class HtmlTemplateOperation
Inheritance
HtmlTemplateOperation

Constructors

Name Description
HtmlTemplateOperation()

Properties

Name Description
Action

Operation action to take; possible values are "Replace"

MatchAgsint

For Replace operations, the string to match against (to be replaced with ReplaceWith string)

ReplaceWith

For Replace operations, the string to Replace the original string with

Applies to