Click or drag to resize

DBConfigurationBaseRemoveTemplate Method

Removes a template from the site.

Namespace:  Cadcorp.Configuration.Connectors
Assembly:  Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public virtual bool RemoveTemplate(
	int templateId
)

Parameters

templateId
Type: SystemInt32
Template ID.

Return Value

Type: Boolean
Boolean indicating success.

Implements

IDBConfigWriterRemoveTemplate(Int32)
See Also