Click or drag to resize
CompanyFinderAddPattern Method
Adds a company search pattern to the pattern collection.

Namespace: CMS.DataCom
Assembly: CMS.DataCom (in CMS.DataCom.dll) Version: 9.0.0
Syntax
C#
public void AddPattern(
	params string[] pattern
)

Parameters

pattern
Type: SystemString
The pattern to add.
See Also