contentTypeIsA

fnbool contentTypeIsA(string type, string supertype)

Determines if type is a subset of supertype.

Parameters

typea content type string
supertypea content type string

Returns

true if type is a kind of supertype,

false otherwise.