AlternativeFormInfoGetDefaultData Method |
Returns the default object installation data
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 12.0.0
Syntax 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:
DataSetSee Also