remove method
remove
Removes the first occurrence of a specific template from the TemplateCollection.
Returns
true if template is successfully removed; otherwise, false.
def remove(self, template):
...
| Parameter | Type | Description |
|---|---|---|
| template | groupdocs.parser.templates.Template | The template to remove from the TemplateCollection. |
See Also
- module
groupdocs.parser.templates - class
TemplateCollection