PFRelation_SiteApplicationGetByName Method |
Gets an application 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 PFApplication GetByName(
string name,
bool useCache = false
)
Parameters
- name
- Type: SystemString
Name of the application. - useCache (Optional)
- Type: SystemBoolean
If set to true,
the application will be retrieved from the local cache (loaded if not yet).
Return Value
Type:
PFApplicationPFApplicationSee Also