ScriptSafeExternalEmbedding enumeration

SharePoint 2013

Specifies if external script safe iframes can be embedded by contributors in HTML fields.

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

No code example is currently available or this language may not be supported.

Member nameDescription
NoneNo external script safe iframes can be embedded by contributors in HTML fields. Value = 0.
AllowedDomainsExternal script safe iframes can only be embedded by contributors in HTML fields by allowed domains. Value = 1.
AllAll external script safe iframes can be embedded by contributors in HTML fields. Value = 2.
Show: