get_all_for_type


Description:

public static List<AppInfo> get_all_for_type (string content_type)

Gets a list of all AppInfos for a given content type, including the recommended and fallback AppInfos.

See get_recommended_for_type and get_fallback_for_type.

Parameters:

content_type

the content type to find a AppInfo for

Returns:

List of AppInfos for given content_type or null on error.