SPSite.ScriptSafePages property
Returns the collection of script safe internal pages for this site collection
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property ScriptSafePages As SPScriptSafePagesCollection
Get
'Usage
Dim instance As SPSite
Dim value As SPScriptSafePagesCollection
value = instance.ScriptSafePages
public SPScriptSafePagesCollection ScriptSafePages { get; }
Property value
Type: Microsoft.SharePoint.SPScriptSafePagesCollection