DataTypeManagerGetFieldTypes Method |
Returns list of all field types for the given object type
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntaxpublic static IEnumerable<string> GetFieldTypes(
string objectType = null,
bool onlyVisible = true
)
Parameters
- objectType (Optional)
- Type: SystemString
Object type, if not specified or null, all field types are returned - onlyVisible (Optional)
- Type: SystemBoolean
If true, only visible field types are provided
Return Value
Type:
IEnumerableString
See Also