Click or drag to resize
FileSystemRepositoryConfigurationObjectTypesCodenameFilter Property
Gets the dictionary of object types codename filter [ObjectType] -> [CodenameFilter]. Only objects meeting these conditions will be restored.

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

Property Value

Type: IDictionaryString, CodenameFilter
Remarks

This filter is used when object are filtered in memory by codename during the restore process.

When filtering objects from database, use ObjectTypesFilterConditions, where WhereCondition is merged in.

See Also