Click or drag to resize
DefaultDataSettings.ExcludedPrefixes 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: 13.0.131
Syntax
C#
public List<string> ExcludedPrefixes { get; }

Property Value

Type: List<String>
See Also