Click or drag to resize
DefaultDataSettingsExcludedPrefixes Property
List of code display name prefixes that will be excluded from default data. By default everything starting with 'test' is excluded.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public List<string> ExcludedPrefixes { get; }

Property Value

Type: ListString
See Also