Click or drag to resize
RepositoryConfigurationEvaluatorIsObjectTypeIncluded Method
Indicates whether specified object type should 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 IsObjectTypeIncluded(
	string objectType,
	FileSystemRepositoryConfiguration configuration
)

Parameters

objectType
Type: SystemString
Object type.
configuration
Type: CMS.ContinuousIntegration.InternalFileSystemRepositoryConfiguration
File system repository configuration.

Return Value

Type: Boolean
See Also