{CompanyName} FlexyGo

TemplatesCollection..::..Contains Method

Checks if Template object exists in Collection using TemplateId.

Namespace:  FLEXYGO.Objects.Settings
Assembly:  flxObjectConfig (in flxObjectConfig.dll)

Syntax


public bool Contains(
	string TemplateId
)
Public Function Contains ( _
	TemplateId As String _
) As Boolean

Parameters

TemplateId
Type: String
The Template Id.

Return Value

true if ok, false otherwise.