Click or drag to resize

PFViewCheckFieldsAvailability Method

Checks how all fields of multiple content-types can be used in a view.

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 List<PFMixedField> CheckFieldsAvailability(
	List<PFContentType> contentTypes,
	string specificFieldName = null
)

Parameters

contentTypes
Type: System.Collections.GenericListPFContentType
Content-types targeted by a view.
specificFieldName (Optional)
Type: SystemString
Optional. Name of a specific field to analyze.

Return Value

Type: ListPFMixedField
Fields grouped by their name, with the corresponding availability.
See Also