Sites.IsScriptSafeUrl method

Namespace:  WebSvcsites
Assembly:  STSSOAP (in STSSOAP.dll)

Syntax

'Declaration
<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()
'Usage
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
)

Parameters

  • urls
    Type: []

Return value

Type: []

See also

Reference

Sites class

Sites members

WebSvcsites namespace