3dak Client

Web.getPageRoot Method 

[Visual Basic]
Public Function getPageRoot( _ 
   ByVal Page As Page, _ 
   ByVal Int64 As Int64, _ 
   ByVal Int64 As Int64 _ 
) As PageRoot
[C#]
public PageRoot getPageRoot(
   Page Page,
   long Int64,
   long Int64
);
[C++]
public: PageRoot* getPageRoot(
   Page* Page,
   __int64 Int64,
   __int64 Int64
);
[JScript]
public function getPageRoot(
   Page Page,
   long Int64,
   long Int64
): PageRoot;

See Also

Web Class | ppm3dakClient Namespace