Click or drag to resize

PFRelation_ContentTypeFieldGetByNames Method

Gets multiple fields by their names. Uses cache by default.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public List<PFField> GetByNames(
	List<string> fieldNames
)

Parameters

fieldNames
Type: System.Collections.GenericListString

Return Value

Type: ListPFField
See Also