Click or drag to resize
FileSystemRepositoryConfigurationObjectTypesFilterConditions Property
Gets the dictionary of object types filter conditions [ObjectType] -> [WhereCondition]. Only objects meeting these conditions will be stored.

Namespace: CMS.ContinuousIntegration.Internal
Assembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 10.0.0
Syntax
C#
public IDictionary<string, IWhereCondition> ObjectTypesFilterConditions { get; }

Property Value

Type: IDictionaryString, IWhereCondition
See Also