Remove

TemplateCollection.Remove method

Removes the first occurrence of a specific template from the TemplateCollection.

public bool Remove(Template template)
Parameter Type Description
template Template The template to remove from the TemplateCollection.

Return Value

true if template is successfully removed; otherwise, false.

See Also