Click or drag to resize
DataTypeManagerGetFieldTypes Method
Returns list of all field types for the given object type

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public 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