Click or drag to resize
DataTypeIsAvailableForObjectType Method
Returns true if the given data type is available for the given object type

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public bool IsAvailableForObjectType(
	string objectType
)

Parameters

objectType
Type: SystemString
Object type to check

Return Value

Type: Boolean
See Also