PFRelation_StructureObjectParentType, ChildTypeGet Method (String, Boolean) |
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 public ChildType Get(
string name,
bool useCache
)
Parameters
- name
- Type: SystemString
Name of the child object. - useCache
- Type: SystemBoolean
If cache is empty, will fill it.
If not empty, will use it instead of querying the database.
Return Value
Type:
ChildType[!:ChildType]See Also