PFRelation_SiteApplicationAdd Method (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 public PFApplication Add(
string defaultNamespace,
string assemblyName
)
Parameters
- defaultNamespace
- Type: SystemString
Default namespace of the corresponding assembly. - assemblyName
- Type: SystemString
Name of the corresponding assembly.
Return Value
Type:
PFApplicationPFApplicationSee Also