Click or drag to resize
SettingsKeyInfoGetDefaultData Method
Returns the default object installation data

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
protected override DataSet GetDefaultData(
	IEnumerable<string> excludedNames = null
)

Parameters

excludedNames (Optional)
Type: System.Collections.GenericIEnumerableString
Objects with display names and code names starting with these expressions are filtered out.

Return Value

Type: DataSet
See Also