SharePointValidationRuleResponseURL2.ValidateValue Method
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.
Overloads
ValidateValue(String, String, String, String) | |
ValidateValue(String, String, String, String, String) | |
ValidateValue(String, String, String, String, Boolean, String, String) |
ValidateValue(String, String, String, String)
public:
static bool ValidateValue(System::String ^ sRequestURL, System::String ^ sExpectedURL, System::String ^ sActualURL, System::String ^ locale);
public static bool ValidateValue (string sRequestURL, string sExpectedURL, string sActualURL, string locale);
static member ValidateValue : string * string * string * string -> bool
Public Shared Function ValidateValue (sRequestURL As String, sExpectedURL As String, sActualURL As String, locale As String) As Boolean
Parameters
- sRequestURL
- String
- sExpectedURL
- String
- sActualURL
- String
- locale
- String
Returns
Applies to
ValidateValue(String, String, String, String, String)
public:
static bool ValidateValue(System::String ^ sRequestURL, System::String ^ sExpectedURL, System::String ^ sActualURL, System::String ^ sTerminators, System::String ^ locale);
public static bool ValidateValue (string sRequestURL, string sExpectedURL, string sActualURL, string sTerminators, string locale);
static member ValidateValue : string * string * string * string * string -> bool
Public Shared Function ValidateValue (sRequestURL As String, sExpectedURL As String, sActualURL As String, sTerminators As String, locale As String) As Boolean
Parameters
- sRequestURL
- String
- sExpectedURL
- String
- sActualURL
- String
- sTerminators
- String
- locale
- String
Returns
Applies to
ValidateValue(String, String, String, String, Boolean, String, String)
public:
static bool ValidateValue(System::String ^ sRequestURL, System::String ^ sExpectedURL, System::String ^ sActualURL, System::String ^ sTerminators, bool bDoPartial, System::String ^ sDisableKeyword, System::String ^ locale);
public static bool ValidateValue (string sRequestURL, string sExpectedURL, string sActualURL, string sTerminators, bool bDoPartial, string sDisableKeyword, string locale);
static member ValidateValue : string * string * string * string * bool * string * string -> bool
Public Shared Function ValidateValue (sRequestURL As String, sExpectedURL As String, sActualURL As String, sTerminators As String, bDoPartial As Boolean, sDisableKeyword As String, locale As String) As Boolean
Parameters
- sRequestURL
- String
- sExpectedURL
- String
- sActualURL
- String
- sTerminators
- String
- bDoPartial
- Boolean
- sDisableKeyword
- String
- locale
- String