Click or drag to resize

PFRelation_SiteApplicationGetByIds Method (IEnumerableInt64)

Gets applications by their ids.

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<PFApplication> GetByIds(
	IEnumerable<long> ids
)

Parameters

ids
Type: System.Collections.GenericIEnumerableInt64

Return Value

Type: ListPFApplication
See Also