Sites.IsScriptSafeUrl - Méthode
Espace de noms : WebSvcsites
Assembly : STSSOAP (dans STSSOAP.dll)
Syntaxe
'Déclaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/sharepoint/soap/IsScriptSafeUrl", RequestNamespace := "https://schemas.microsoft.com/sharepoint/soap/", _
ResponseNamespace := "https://schemas.microsoft.com/sharepoint/soap/", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function IsScriptSafeUrl ( _
urls As String() _
) As Boolean()
'Utilisation
Dim instance As Sites
Dim urls As String()
Dim returnValue As Boolean()
returnValue = instance.IsScriptSafeUrl(urls)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/sharepoint/soap/IsScriptSafeUrl", RequestNamespace = "https://schemas.microsoft.com/sharepoint/soap/",
ResponseNamespace = "https://schemas.microsoft.com/sharepoint/soap/",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public bool[] IsScriptSafeUrl(
string[] urls
)
Paramètres
- urls
Type : []
Valeur renvoyée
Type : []