Click or drag to resize
RepositoryConfigurationEvaluatorIsObjectIncluded Method
Returns true if object 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 bool IsObjectIncluded(
	BaseInfo info,
	FileSystemRepositoryConfiguration configuration,
	ContinuousIntegrationTranslationHelper translationHelper = null
)

Parameters

info
Type: CMS.DataEngineBaseInfo
Info object to be processed
configuration
Type: CMS.ContinuousIntegration.InternalFileSystemRepositoryConfiguration
File system repository configuration
translationHelper (Optional)
Type: CMS.ContinuousIntegration.InternalContinuousIntegrationTranslationHelper
Translation helper object. Used to optimize database calls when asked for the same information multiple times.

Return Value

Type: Boolean
Remarks
Returns true if root parent of given info object is to be included.
See Also