Stores a web class object into your web application and returns it
[Visual Basic] Shared Public Function permanent( _ ByRef Page& As Page, _ ByVal String As String _ ) As Web [C#] public static Web permanent( ref Page Page&, string String ); [C++] public: static Web* permanent( * Page* Page&, String* String ); [JScript] public static function permanent( Page Page&, String String ): Web;
Web object web
Web Class | ppm3dakClient Namespace