Click or drag to resize

PFRelation_ApplicationContentTypeGetByNames Method (ListString)

Gets a list of content-types by their names.

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<PFContentType> GetByNames(
	List<string> names
)

Parameters

names
Type: System.Collections.GenericListString
Names of the content-types.

Return Value

Type: ListPFContentType
ListT
See Also