PFRelation_SiteApplication.GetByName 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)
Syntaxpublic PFApplication GetByName(
string name,
bool useCache = false
)
Parameters
- name
- Type: System.String
Name of the application. - useCache (Optional)
- Type: System.Boolean
If set to true,
the application will be retrieved from the local cache (loaded if not yet).
Return Value
Type:
PFApplicationPFApplication
See Also