ExcludePathInfo Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.