Method TryGetSiteFromCode
TryGetSiteFromCode(string, out Site)
Finds a site matching the given code.
Declaration
public bool TryGetSiteFromCode(string code, out Appli.Site matchingSite)
Parameters
Type | Name | Description |
---|---|---|
string | code | Code of the site to find. |
Appli.Site | matchingSite | When the method completes, this
parameter contains first matched site, or |
Returns
Type | Description |
---|---|
bool |
|