Click or drag to resize
IRepositoryConfigurationEvaluator Interface
Defines methods for evaluating repository configuration.

Namespace: CMS.ContinuousIntegration.Internal
Assembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 13.0.131
Syntax
C#
public interface IRepositoryConfigurationEvaluator

The IRepositoryConfigurationEvaluator type exposes the following members.

Methods
  NameDescription
Public methodIsObjectIncluded
Returns true if object is to be included in the repository based on repository configuration.
Top
See Also