SPScriptSafePagesCollection.Remove method

Removes a site collection relative URL from the list of script safe internal pages.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Sub Remove ( _
    pageUrl As String _
)
'Usage
Dim instance As SPScriptSafePagesCollection
Dim pageUrl As String

instance.Remove(pageUrl)
public void Remove(
    string pageUrl
)

Parameters

  • pageUrl
    Type: System.String

    The site collection relative URL to be removed.

See also

Reference

SPScriptSafePagesCollection class

SPScriptSafePagesCollection members

Microsoft.SharePoint namespace