Click or drag to resize

PFRelation_SiteApplicationAdd Method (String, String, String)

Creates a new application instance, 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 PFApplication Add(
	string name,
	string defaultNamespace,
	string assemblyName
)

Parameters

name
Type: SystemString
Application name.
defaultNamespace
Type: SystemString
Default namespace of the corresponding assembly.
assemblyName
Type: SystemString
Name of the corresponding assembly.

Return Value

Type: PFApplication
PFApplication
See Also