Click or drag to resize

PFContentTypeUtils Class

Provides utilities for the PFContentType class.
Inheritance Hierarchy
SystemObject
  Packflow.CorePFContentTypeUtils

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public static class PFContentTypeUtils

The PFContentTypeUtils type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetAllItems
Gets all items of multiple content-types in one query.
Public methodStatic memberGetField
Gets the first found field with a specific name in multiple content-types.
Public methodStatic memberGetFields
Gets all fields of multiple content-types in one query.
Public methodStatic memberGetItems
Gets items of multiple content-types in one query.
Public methodStatic memberGetItemsByGroup
Gets aggregated items of multiple content-types in one query.
Public methodStatic memberRequiredOnViews_GetFieldNames(ListPFContentType)
Gets the list of required fields for views in the given content-types.
Public methodStatic memberRequiredOnViews_GetFieldNames(PFContentType, Boolean)
Gets the list of the names of required fields for views in the given content-type.
Public methodStatic memberRequiredOnViews_GetFields
Gets the list of required fields for views in the given content-type.
Top
Fields
  NameDescription
Public fieldStatic memberRequiredOnViews_SystemFields
List of (system) field names that must be selected for any view.
Top
See Also