Gets a Site from the database or from the SiteCache
[Visual Basic] Public Function getSite( _ ByVal Int64 As Int64, _ ByVal Int64 As Int64 _ ) As Site [C#] public Site getSite( long Int64, long Int64 ); [C++] public: Site* getSite( __int64 Int64, __int64 Int64 ); [JScript] public function getSite( long Int64, long Int64 ): Site;
initialized Site Object
The Site object contains all Information needed to display a site. Example:
Dim mySite As ppm3dakClient.Site = web.getSite(SIid, LAid)
Web Class | ppm3dakClient Namespace | Web.getSite Overload List