Click or drag to resize

PFRelation_SiteApplicationGetByNames Method (ListString)

Gets a list of applications by their names. Uses cache.

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

Parameters

names
Type: System.Collections.GenericListString
Names of the applications.

Return Value

Type: ListPFApplication
ListT
See Also