Click or drag to resize

PFRelation_ApplicationContextAdd Method

Creates a new PFApplicationContext instance in the parent PFApplication. This instance is not yet persisted.

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

Parameters

name
Type: SystemString

Return Value

Type: PFApplicationContext
See Also