Click or drag to resize
DataTypeManagerIsTypeT Method
Returns true, if the given type is a GUID type

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public static bool IsType<T>(
	TypeEnum typeEnum,
	string typeValue
)

Parameters

typeEnum
Type: CMS.DataEngineTypeEnum
Type enum
typeValue
Type: SystemString
Type value

Type Parameters

T

Return Value

Type: Boolean
See Also