ExcludePathInfo Constructors

Definition

Initializes a new instance of the ExcludePathInfo class.

Overloads

ExcludePathInfo()

Initializes a new instance of the ExcludePathInfo class.

ExcludePathInfo(String)

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

ExcludePathInfo()

Initializes a new instance of the ExcludePathInfo class.

public:
 ExcludePathInfo();
public ExcludePathInfo ();
Public Sub New ()

Applies to

ExcludePathInfo(String)

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

public:
 ExcludePathInfo(System::String ^ path);
public ExcludePathInfo (string path);
new System.Web.Services.Discovery.ExcludePathInfo : string -> System.Web.Services.Discovery.ExcludePathInfo
Public Sub New (path As String)

Parameters

path
String

The path to exclude from searches.

Remarks

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

Applies to