Click or drag to resize

PFRelation_StructureObjectParentType, ChildTypeGetByNames Method

Gets children objects 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<ChildType> GetByNames(
	params string[] names
)

Parameters

names
Type: SystemString
Names of the children object.

Return Value

Type: ListChildType
ListT
See Also