public static void VerifySafePath(
string propertyName,
string propertyValue,
string projectPath
)
Public Shared Sub VerifySafePath (
propertyName As String,
propertyValue As String,
projectPath As String
)
public:
static void VerifySafePath(
String^ propertyName,
String^ propertyValue,
String^ projectPath
)
static member VerifySafePath :
propertyName : string *
propertyValue : string *
projectPath : string -> unit
Paths checked for include root references to hard drives and network shares, most common well-known folders, and the project's root folder.
BuilderException | This is thrown if the path is one of the ones that probably should not be used. |