3dak Client

Web.getSite Method (Int64, Int64)

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;

Parameters

SIid
Site ID
LAid
Language ID

Return Value

initialized Site Object

Remarks

The Site object contains all Information needed to display a site. Example:

   Dim mySite As ppm3dakClient.Site = web.getSite(SIid, LAid) 

See Also

Web Class | ppm3dakClient Namespace | Web.getSite Overload List