NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

MyWeb.GetManifestForLocalApplication

[To be supplied.]

[Visual Basic]
Public Shared Function GetManifestForLocalApplication( _
   ByVal strDir As String _
) As MyWebManifest
[C#]
public static MyWebManifest GetManifestForLocalApplication(
   string strDir
);
[C++]
public: static MyWebManifest* GetManifestForLocalApplication(
   String* strDir
);
[JScript]
public static function GetManifestForLocalApplication(
   strDir : String
) : MyWebManifest;

Parameters

strDir
[To be supplied.]

See Also

MyWeb Class | MyWeb Members | System.Web Namespace