[Visual Basic]
Public Function GetPageType( _
ByRef productID As Long, _
ByRef categoryID As Long _
) As Navigation.PageTypes[C#]
public Navigation.PageTypes GetPageType(
ref long productID,
ref long categoryID
);[JScript]
public function GetPageType(
productID : long,
categoryID : long
) : Navigation.PageTypes;Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Navigation Class | Navigation Members
Copyright © 2005 by Structured Solutions. All rights reserved.