Click or drag to resize
RepositoryConfigurationEvaluatorAddIsObjectTypeIncludedCondition Method
Registers a new condition which evaluates whether an object type is to be included in the repository based on repository configuration.

Namespace: CMS.ContinuousIntegration.Internal
Assembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 11.0.0
Syntax
C#
public static void AddIsObjectTypeIncludedCondition(
	Func<string, FileSystemRepositoryConfiguration, bool> condition
)

Parameters

condition
Type: SystemFuncString, FileSystemRepositoryConfiguration, Boolean
Condition to be registered.
See Also