DeleteTemplate method (TrendPro object)

Deletes the specified template.
Syntax
TrendPro1
.
DeleteTemplate
TemplateName
where
TrendPro1
- is the name of a TrendPro object or an expression that evaluates to a TrendPro object.
TemplateName
- is a parameter of the type String that specifies the name of the template.
Example
Private Sub btnDeleteTemplate() TrendPro1.DeleteTemplate "MyTemplate" End Sub
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal