Click or drag to resize

PFRelation_ApplicationContentTypeGetByIds Method (IEnumerableInt64)

Tries to get a content-type by its id. Uses cache if available.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public override List<PFContentType> GetByIds(
	IEnumerable<long> ctIds
)

Parameters

ctIds
Type: System.Collections.GenericIEnumerableInt64

Return Value

Type: ListPFContentType
See Also