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: 8.2.23
Syntax
C#
public void AddPattern(
	params string[] pattern
)

Parameters

pattern
Type: SystemString
The pattern to add.
See Also