ExcludePathInfo Constructor (String^)

 

Initializes a new instance of the ExcludePathInfo class and specifies the file system path to exclude from searches.

Namespace:   System.Web.Services.Discovery
Assembly:  System.Web.Services (in System.Web.Services.dll)

public:
ExcludePathInfo(
	String^ path
)

Parameters

path
Type: System::String^

The path to exclude from searches.

The value of the path parameter becomes the return value of the Path property.

.NET Framework
Available since 1.1
Return to top
Show: