Click or drag to resize

PFRelation_StructureObjectParentType, ChildTypeGet Method (String)

Gets a child object by its name.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public ChildType Get(
	string name
)

Parameters

name
Type: SystemString
Name of the child object.

Return Value

Type: ChildType
[!:ChildType]
See Also