Contents

UTTypeContent

A base type that represents anything containing user-viewable content.

Declaration

extern UTType * const UTTypeContent;

Discussion

Types that conform to content include documents, pasteboard data, and document packages. Types describing files or packages must also conform to UTTypeData or UTTypePackage in order for the system to bind documents to them.

The identifier for this type is public.content.

See Also

Apple system base types