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!

HttpConfigurationSystem.GetComplete

[To be supplied.]

[Visual Basic]
Public Shared Function GetComplete( _
   ByVal reqpath As String, _
   ByVal configmap As IHttpMapPath _
) As HttpConfigurationRecord
[C#]
public static HttpConfigurationRecord GetComplete(
   string reqpath,
   IHttpMapPath configmap
);
[C++]
public: static HttpConfigurationRecord* GetComplete(
   String* reqpath,
   IHttpMapPath* configmap
);
[JScript]
public static function GetComplete(
   reqpath : String,
   configmap : IHttpMapPath
) : HttpConfigurationRecord;

Parameters

reqpath
[To be supplied.]
configmap
[To be supplied.]

See Also

HttpConfigurationSystem Class | HttpConfigurationSystem Members | System.Web.Configuration Namespace