Click or drag to resize

PFRelation_ViewGetByNames Method

Gets a list of views 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<PFView> GetByNames(
	List<string> names
)

Parameters

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

Return Value

Type: ListPFView
ListT
See Also