Gets a Site by Site Identifier
Gets a Site by Site Identifier
[Visual Basic] Public Function getSite(ByRef SiteIdentifier) As Site
[C#] public Site getSite(ref SiteIdentifier);
[C++] public: Site* getSite(* SiteIdentifier*);
[JScript] public function getSite(SiteIdentifier): Site;
Gets a Site from the database or from the SiteCache
[Visual Basic] Public Function getSite(ByVal Int64,ByVal Int64) As Site
[C#] public Site getSite(long,long);
[C++] public: Site* getSite(__int64,__int64);
[JScript] public function getSite(long,long): Site;
Web Class | ppm3dakClient Namespace