Click or drag to resize
CodenameFilterIsObjectIncluded Method
Returns true, if object meets the codename filter.

Namespace: CMS.ContinuousIntegration.Internal
Assembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 13.0.131
Syntax
C#
public bool IsObjectIncluded(
	BaseInfo baseInfo
)

Parameters

baseInfo
Type: CMS.DataEngineBaseInfo
Base info.

Return Value

Type: Boolean
See Also