Click or drag to resize
CodenameFilter Constructor
Creates new instance of Codename filter.

Namespace: CMS.ContinuousIntegration.Internal
Assembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 13.0.131
Syntax
C#
public CodenameFilter(
	string filterColumn,
	List<string> prefixes,
	List<string> suffixes,
	List<string> codenames
)

Parameters

filterColumn
Type: SystemString
Column name, which is filtered by codename.
prefixes
Type: System.Collections.GenericListString
Prefixes of filtered codenames.
suffixes
Type: System.Collections.GenericListString
Suffixes of filtered codenames.
codenames
Type: System.Collections.GenericListString
Filtered codenames.
See Also